/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()) 2023-01-22T04:58:52+0000 | MainThread | 140219416923464 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-01-22T04:58:52+0000 | MainThread | 140219416923464 | 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'}}}} 2023-01-22T04:58:52+0000 | MainThread | 140219416923464 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-01-22T04:58:52+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T04:58:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-01-22T04:58:52+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77185a94-9a11-11ed-980f-be8a623af766 | InvocationID=77185d78-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T04:58:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=771894a0-9a11-11ed-980f-be8a623af766 | InvocationID=77189644-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T04:58:52+0000 | MainThread | 140219416923464 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-01-22T04:58:52+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77185a94-9a11-11ed-980f-be8a623af766 | InvocationID=77185d78-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T04:58:52+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=771894a0-9a11-11ed-980f-be8a623af766 | InvocationID=77189644-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T04:58:52+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77185a94-9a11-11ed-980f-be8a623af766 | InvocationID=77185d78-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T04:58:52+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=771894a0-9a11-11ed-980f-be8a623af766 | InvocationID=77189644-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T04:59:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=771894a0-9a11-11ed-980f-be8a623af766 | InvocationID=77189644-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T04:59:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8339b8d6-9a11-11ed-980f-be8a623af766 | InvocationID=8339bbc4-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T04:59:12+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8339b8d6-9a11-11ed-980f-be8a623af766 | InvocationID=8339bbc4-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T04:59:12+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8339b8d6-9a11-11ed-980f-be8a623af766 | InvocationID=8339bbc4-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T04:59:17+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77185a94-9a11-11ed-980f-be8a623af766 | InvocationID=77185d78-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T04:59:17+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8634a1ae-9a11-11ed-980f-be8a623af766 | InvocationID=8634a410-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T04:59:17+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8634a1ae-9a11-11ed-980f-be8a623af766 | InvocationID=8634a410-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T04:59:17+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8634a1ae-9a11-11ed-980f-be8a623af766 | InvocationID=8634a410-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T04:59:32+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8339b8d6-9a11-11ed-980f-be8a623af766 | InvocationID=8339bbc4-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T04:59:32+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f2c03e2-9a11-11ed-980f-be8a623af766 | InvocationID=8f2c0676-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T04:59:32+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f2c03e2-9a11-11ed-980f-be8a623af766 | InvocationID=8f2c0676-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T04:59:32+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f2c03e2-9a11-11ed-980f-be8a623af766 | InvocationID=8f2c0676-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T04:59:42+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8634a1ae-9a11-11ed-980f-be8a623af766 | InvocationID=8634a410-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T04:59:42+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95232168-9a11-11ed-980f-be8a623af766 | InvocationID=95232794-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T04:59:42+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95232168-9a11-11ed-980f-be8a623af766 | InvocationID=95232794-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T04:59:42+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95232168-9a11-11ed-980f-be8a623af766 | InvocationID=95232794-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T04:59:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f2c03e2-9a11-11ed-980f-be8a623af766 | InvocationID=8f2c0676-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T04:59:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b1c685e-9a11-11ed-980f-be8a623af766 | InvocationID=9b1c6b24-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T04:59:52+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b1c685e-9a11-11ed-980f-be8a623af766 | InvocationID=9b1c6b24-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T04:59:52+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b1c685e-9a11-11ed-980f-be8a623af766 | InvocationID=9b1c6b24-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:00:07+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95232168-9a11-11ed-980f-be8a623af766 | InvocationID=95232794-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:00:07+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40df2d4-9a11-11ed-980f-be8a623af766 | InvocationID=a40df4d2-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:00:07+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40df2d4-9a11-11ed-980f-be8a623af766 | InvocationID=a40df4d2-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:00:07+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a40df2d4-9a11-11ed-980f-be8a623af766 | InvocationID=a40df4d2-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:00:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b1c685e-9a11-11ed-980f-be8a623af766 | InvocationID=9b1c6b24-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:00:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70bdce4-9a11-11ed-980f-be8a623af766 | InvocationID=a70be4a0-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:00:12+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70bdce4-9a11-11ed-980f-be8a623af766 | InvocationID=a70be4a0-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:00:12+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70bdce4-9a11-11ed-980f-be8a623af766 | InvocationID=a70be4a0-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:00:32+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a40df2d4-9a11-11ed-980f-be8a623af766 | InvocationID=a40df4d2-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:00:32+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f8e3c6-9a11-11ed-980f-be8a623af766 | InvocationID=b2f8e600-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:00:32+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70bdce4-9a11-11ed-980f-be8a623af766 | InvocationID=a70be4a0-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:00:32+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2fbc9ec-9a11-11ed-980f-be8a623af766 | InvocationID=b2fbccd0-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:00:32+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f8e3c6-9a11-11ed-980f-be8a623af766 | InvocationID=b2f8e600-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:00:32+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f8e3c6-9a11-11ed-980f-be8a623af766 | InvocationID=b2f8e600-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:00:32+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2fbc9ec-9a11-11ed-980f-be8a623af766 | InvocationID=b2fbccd0-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:00:32+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2fbc9ec-9a11-11ed-980f-be8a623af766 | InvocationID=b2fbccd0-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:00:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2fbc9ec-9a11-11ed-980f-be8a623af766 | InvocationID=b2fbccd0-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:00:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beeb4926-9a11-11ed-980f-be8a623af766 | InvocationID=beeb4ade-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:00:52+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beeb4926-9a11-11ed-980f-be8a623af766 | InvocationID=beeb4ade-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:00:52+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beeb4926-9a11-11ed-980f-be8a623af766 | InvocationID=beeb4ade-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:00:57+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f8e3c6-9a11-11ed-980f-be8a623af766 | InvocationID=b2f8e600-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:00:57+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e52304-9a11-11ed-980f-be8a623af766 | InvocationID=c1e524f8-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:00:57+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e52304-9a11-11ed-980f-be8a623af766 | InvocationID=c1e524f8-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:00:57+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1e52304-9a11-11ed-980f-be8a623af766 | InvocationID=c1e524f8-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:01:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beeb4926-9a11-11ed-980f-be8a623af766 | InvocationID=beeb4ade-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:01:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadb8336-9a11-11ed-980f-be8a623af766 | InvocationID=cadb858e-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:01:12+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadb8336-9a11-11ed-980f-be8a623af766 | InvocationID=cadb858e-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:01:12+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadb8336-9a11-11ed-980f-be8a623af766 | InvocationID=cadb858e-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:01:22+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1e52304-9a11-11ed-980f-be8a623af766 | InvocationID=c1e524f8-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:01:22+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d231e0-9a11-11ed-980f-be8a623af766 | InvocationID=d0d2338e-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:01:22+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d231e0-9a11-11ed-980f-be8a623af766 | InvocationID=d0d2338e-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:01:22+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0d231e0-9a11-11ed-980f-be8a623af766 | InvocationID=d0d2338e-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:01:32+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadb8336-9a11-11ed-980f-be8a623af766 | InvocationID=cadb858e-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:01:32+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6cb5072-9a11-11ed-980f-be8a623af766 | InvocationID=d6cb5298-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:01:32+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6cb5072-9a11-11ed-980f-be8a623af766 | InvocationID=d6cb5298-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:01:32+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6cb5072-9a11-11ed-980f-be8a623af766 | InvocationID=d6cb5298-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:01:47+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0d231e0-9a11-11ed-980f-be8a623af766 | InvocationID=d0d2338e-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:01:47+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfbd24ee-9a11-11ed-980f-be8a623af766 | InvocationID=dfbd2692-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:01:47+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfbd24ee-9a11-11ed-980f-be8a623af766 | InvocationID=dfbd2692-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:01:47+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfbd24ee-9a11-11ed-980f-be8a623af766 | InvocationID=dfbd2692-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:01:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6cb5072-9a11-11ed-980f-be8a623af766 | InvocationID=d6cb5298-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:01:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2bb464e-9a11-11ed-980f-be8a623af766 | InvocationID=e2bb4838-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:01:52+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2bb464e-9a11-11ed-980f-be8a623af766 | InvocationID=e2bb4838-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:01:52+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2bb464e-9a11-11ed-980f-be8a623af766 | InvocationID=e2bb4838-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:02:12+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfbd24ee-9a11-11ed-980f-be8a623af766 | InvocationID=dfbd2692-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:02:12+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eea79dc2-9a11-11ed-980f-be8a623af766 | InvocationID=eea7a15a-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:02:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2bb464e-9a11-11ed-980f-be8a623af766 | InvocationID=e2bb4838-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:02:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeaae73e-9a11-11ed-980f-be8a623af766 | InvocationID=eeaae900-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:02:12+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eea79dc2-9a11-11ed-980f-be8a623af766 | InvocationID=eea7a15a-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:02:12+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eea79dc2-9a11-11ed-980f-be8a623af766 | InvocationID=eea7a15a-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:02:12+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeaae73e-9a11-11ed-980f-be8a623af766 | InvocationID=eeaae900-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:02:12+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeaae73e-9a11-11ed-980f-be8a623af766 | InvocationID=eeaae900-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:02:32+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeaae73e-9a11-11ed-980f-be8a623af766 | InvocationID=eeaae900-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:02:32+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9c096a-9a11-11ed-980f-be8a623af766 | InvocationID=fa9c0bb8-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:02:32+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9c096a-9a11-11ed-980f-be8a623af766 | InvocationID=fa9c0bb8-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:02:32+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa9c096a-9a11-11ed-980f-be8a623af766 | InvocationID=fa9c0bb8-9a11-11ed-980f-be8a623af766 | 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 2023-01-22T05:02:37+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eea79dc2-9a11-11ed-980f-be8a623af766 | InvocationID=eea7a15a-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:02:37+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd946810-9a11-11ed-980f-be8a623af766 | InvocationID=fd9469f0-9a11-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:02:37+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd946810-9a11-11ed-980f-be8a623af766 | InvocationID=fd9469f0-9a11-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:02:37+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd946810-9a11-11ed-980f-be8a623af766 | InvocationID=fd9469f0-9a11-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:02:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa9c096a-9a11-11ed-980f-be8a623af766 | InvocationID=fa9c0bb8-9a11-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:02:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=068bbcfc-9a12-11ed-980f-be8a623af766 | InvocationID=068bbfd6-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:02:52+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=068bbcfc-9a12-11ed-980f-be8a623af766 | InvocationID=068bbfd6-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:02:52+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=068bbcfc-9a12-11ed-980f-be8a623af766 | InvocationID=068bbfd6-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:03:02+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd946810-9a11-11ed-980f-be8a623af766 | InvocationID=fd9469f0-9a11-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:03:02+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7eabd8-9a12-11ed-980f-be8a623af766 | InvocationID=0c7eadc2-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:03:02+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7eabd8-9a12-11ed-980f-be8a623af766 | InvocationID=0c7eadc2-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:03:02+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7eabd8-9a12-11ed-980f-be8a623af766 | InvocationID=0c7eadc2-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:03:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=068bbcfc-9a12-11ed-980f-be8a623af766 | InvocationID=068bbfd6-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:03:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=127d025a-9a12-11ed-980f-be8a623af766 | InvocationID=127d0408-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:03:12+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=127d025a-9a12-11ed-980f-be8a623af766 | InvocationID=127d0408-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:03:12+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=127d025a-9a12-11ed-980f-be8a623af766 | InvocationID=127d0408-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:03:27+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7eabd8-9a12-11ed-980f-be8a623af766 | InvocationID=0c7eadc2-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:03:27+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b697ccc-9a12-11ed-980f-be8a623af766 | InvocationID=1b697f4c-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:03:27+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b697ccc-9a12-11ed-980f-be8a623af766 | InvocationID=1b697f4c-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:03:27+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b697ccc-9a12-11ed-980f-be8a623af766 | InvocationID=1b697f4c-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:03:32+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=127d025a-9a12-11ed-980f-be8a623af766 | InvocationID=127d0408-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:03:32+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e6ec6de-9a12-11ed-980f-be8a623af766 | InvocationID=1e6ec88c-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:03:32+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e6ec6de-9a12-11ed-980f-be8a623af766 | InvocationID=1e6ec88c-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:03:32+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e6ec6de-9a12-11ed-980f-be8a623af766 | InvocationID=1e6ec88c-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:03:52+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b697ccc-9a12-11ed-980f-be8a623af766 | InvocationID=1b697f4c-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:03:52+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a54612a-9a12-11ed-980f-be8a623af766 | InvocationID=2a546440-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:03:52+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a54612a-9a12-11ed-980f-be8a623af766 | InvocationID=2a546440-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:03:52+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a54612a-9a12-11ed-980f-be8a623af766 | InvocationID=2a546440-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:03:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e6ec6de-9a12-11ed-980f-be8a623af766 | InvocationID=1e6ec88c-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:03:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a5f8f14-9a12-11ed-980f-be8a623af766 | InvocationID=2a5f9108-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:03:52+0000 | aai_event_thread | 140219366185760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a5f8f14-9a12-11ed-980f-be8a623af766 | InvocationID=2a5f9108-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:03:52+0000 | aai_event_thread | 140219366185760 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a5f8f14-9a12-11ed-980f-be8a623af766 | InvocationID=2a5f9108-9a12-11ed-980f-be8a623af766 | 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 2023-01-22T05:04:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a5f8f14-9a12-11ed-980f-be8a623af766 | InvocationID=2a5f9108-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:04:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364f8fe0-9a12-11ed-980f-be8a623af766 | InvocationID=364f9472-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:04:17+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a54612a-9a12-11ed-980f-be8a623af766 | InvocationID=2a546440-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:04:17+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39405d92-9a12-11ed-980f-be8a623af766 | InvocationID=39405f90-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:04:17+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39405d92-9a12-11ed-980f-be8a623af766 | InvocationID=39405f90-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:04:17+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39405d92-9a12-11ed-980f-be8a623af766 | InvocationID=39405f90-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:04:37+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=364f8fe0-9a12-11ed-980f-be8a623af766 | InvocationID=364f9472-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:04:37+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44bad5ee-9a12-11ed-980f-be8a623af766 | InvocationID=44bad864-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:04:42+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39405d92-9a12-11ed-980f-be8a623af766 | InvocationID=39405f90-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:04:42+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482abb90-9a12-11ed-980f-be8a623af766 | InvocationID=482abe4c-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:04:42+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482abb90-9a12-11ed-980f-be8a623af766 | InvocationID=482abe4c-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:04:42+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482abb90-9a12-11ed-980f-be8a623af766 | InvocationID=482abe4c-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:04:57+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44bad5ee-9a12-11ed-980f-be8a623af766 | InvocationID=44bad864-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:04:57+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50ae0e48-9a12-11ed-980f-be8a623af766 | InvocationID=50ae103c-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:05:07+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482abb90-9a12-11ed-980f-be8a623af766 | InvocationID=482abe4c-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:05:07+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57161d20-9a12-11ed-980f-be8a623af766 | InvocationID=57161f14-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:05:07+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57161d20-9a12-11ed-980f-be8a623af766 | InvocationID=57161f14-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:05:07+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57161d20-9a12-11ed-980f-be8a623af766 | InvocationID=57161f14-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:05:17+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50ae0e48-9a12-11ed-980f-be8a623af766 | InvocationID=50ae103c-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:05:17+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca0afee-9a12-11ed-980f-be8a623af766 | InvocationID=5ca0b282-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:05:32+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57161d20-9a12-11ed-980f-be8a623af766 | InvocationID=57161f14-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:05:32+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6600d0aa-9a12-11ed-980f-be8a623af766 | InvocationID=6600d26c-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:05:32+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6600d0aa-9a12-11ed-980f-be8a623af766 | InvocationID=6600d26c-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:05:33+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6600d0aa-9a12-11ed-980f-be8a623af766 | InvocationID=6600d26c-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:05:37+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ca0afee-9a12-11ed-980f-be8a623af766 | InvocationID=5ca0b282-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:05:37+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a36afc-9a12-11ed-980f-be8a623af766 | InvocationID=68a36caa-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:05:57+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68a36afc-9a12-11ed-980f-be8a623af766 | InvocationID=68a36caa-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:05:57+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e83a2c-9a12-11ed-980f-be8a623af766 | InvocationID=74e83cac-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:05:58+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6600d0aa-9a12-11ed-980f-be8a623af766 | InvocationID=6600d26c-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:05:58+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74eb50c2-9a12-11ed-980f-be8a623af766 | InvocationID=74eb5266-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:05:58+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74eb50c2-9a12-11ed-980f-be8a623af766 | InvocationID=74eb5266-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:05:58+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74eb50c2-9a12-11ed-980f-be8a623af766 | InvocationID=74eb5266-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:06:22+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e83a2c-9a12-11ed-980f-be8a623af766 | InvocationID=74e83cac-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:06:22+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ac6b96-9a12-11ed-980f-be8a623af766 | InvocationID=83ac6d4e-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:06:23+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74eb50c2-9a12-11ed-980f-be8a623af766 | InvocationID=74eb5266-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:06:23+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d56442-9a12-11ed-980f-be8a623af766 | InvocationID=83d565e6-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:06:23+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d56442-9a12-11ed-980f-be8a623af766 | InvocationID=83d565e6-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:06:23+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83d56442-9a12-11ed-980f-be8a623af766 | InvocationID=83d565e6-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:06:47+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83ac6b96-9a12-11ed-980f-be8a623af766 | InvocationID=83ac6d4e-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:06:47+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9275b088-9a12-11ed-980f-be8a623af766 | InvocationID=9275b25e-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:06:48+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83d56442-9a12-11ed-980f-be8a623af766 | InvocationID=83d565e6-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:06:48+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92bfeea0-9a12-11ed-980f-be8a623af766 | InvocationID=92bff044-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:06:48+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92bfeea0-9a12-11ed-980f-be8a623af766 | InvocationID=92bff044-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:06:48+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92bfeea0-9a12-11ed-980f-be8a623af766 | InvocationID=92bff044-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:07:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9275b088-9a12-11ed-980f-be8a623af766 | InvocationID=9275b25e-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:07:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1381886-9a12-11ed-980f-be8a623af766 | InvocationID=a1381af2-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:07:13+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92bfeea0-9a12-11ed-980f-be8a623af766 | InvocationID=92bff044-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:07:13+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1ab7a7e-9a12-11ed-980f-be8a623af766 | InvocationID=a1ab7c68-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:07:13+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1ab7a7e-9a12-11ed-980f-be8a623af766 | InvocationID=a1ab7c68-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:07:13+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1ab7a7e-9a12-11ed-980f-be8a623af766 | InvocationID=a1ab7c68-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:07:37+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1381886-9a12-11ed-980f-be8a623af766 | InvocationID=a1381af2-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:07:37+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=affaadfc-9a12-11ed-980f-be8a623af766 | InvocationID=affaaffa-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:07:38+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1ab7a7e-9a12-11ed-980f-be8a623af766 | InvocationID=a1ab7c68-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:07:38+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0970530-9a12-11ed-980f-be8a623af766 | InvocationID=b09706d4-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:07:38+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0970530-9a12-11ed-980f-be8a623af766 | InvocationID=b09706d4-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:07:38+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0970530-9a12-11ed-980f-be8a623af766 | InvocationID=b09706d4-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:08:01+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=affaadfc-9a12-11ed-980f-be8a623af766 | InvocationID=affaaffa-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:08:01+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bebd46b0-9a12-11ed-980f-be8a623af766 | InvocationID=bebd4962-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:08:03+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0970530-9a12-11ed-980f-be8a623af766 | InvocationID=b09706d4-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:08:03+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf830256-9a12-11ed-980f-be8a623af766 | InvocationID=bf8309b8-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:08:03+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf830256-9a12-11ed-980f-be8a623af766 | InvocationID=bf8309b8-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:08:03+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf830256-9a12-11ed-980f-be8a623af766 | InvocationID=bf8309b8-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:08:26+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bebd46b0-9a12-11ed-980f-be8a623af766 | InvocationID=bebd4962-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:08:26+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd7f823a-9a12-11ed-980f-be8a623af766 | InvocationID=cd7f84e2-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:08:28+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf830256-9a12-11ed-980f-be8a623af766 | InvocationID=bf8309b8-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:08:28+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce6e223c-9a12-11ed-980f-be8a623af766 | InvocationID=ce6e2c6e-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:08:28+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce6e223c-9a12-11ed-980f-be8a623af766 | InvocationID=ce6e2c6e-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:08:28+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce6e223c-9a12-11ed-980f-be8a623af766 | InvocationID=ce6e2c6e-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:08:51+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd7f823a-9a12-11ed-980f-be8a623af766 | InvocationID=cd7f84e2-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:08:51+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc42b9e0-9a12-11ed-980f-be8a623af766 | InvocationID=dc42bc56-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:08:53+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce6e223c-9a12-11ed-980f-be8a623af766 | InvocationID=ce6e2c6e-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:08:53+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5ad0ec-9a12-11ed-980f-be8a623af766 | InvocationID=dd5ad29a-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:08:53+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5ad0ec-9a12-11ed-980f-be8a623af766 | InvocationID=dd5ad29a-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:08:53+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd5ad0ec-9a12-11ed-980f-be8a623af766 | InvocationID=dd5ad29a-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:09:16+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc42b9e0-9a12-11ed-980f-be8a623af766 | InvocationID=dc42bc56-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:09:16+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb04af4c-9a12-11ed-980f-be8a623af766 | InvocationID=eb04b26c-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:09:18+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd5ad0ec-9a12-11ed-980f-be8a623af766 | InvocationID=dd5ad29a-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:09:18+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4a6662-9a12-11ed-980f-be8a623af766 | InvocationID=ec4a6914-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:09:18+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4a6662-9a12-11ed-980f-be8a623af766 | InvocationID=ec4a6914-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:09:18+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4a6662-9a12-11ed-980f-be8a623af766 | InvocationID=ec4a6914-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:09:40+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb04af4c-9a12-11ed-980f-be8a623af766 | InvocationID=eb04b26c-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:09:40+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9c49a9c-9a12-11ed-980f-be8a623af766 | InvocationID=f9c49cd6-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:09:43+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4a6662-9a12-11ed-980f-be8a623af766 | InvocationID=ec4a6914-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:09:43+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb371a3a-9a12-11ed-980f-be8a623af766 | InvocationID=fb371c60-9a12-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:09:43+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb371a3a-9a12-11ed-980f-be8a623af766 | InvocationID=fb371c60-9a12-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:09:43+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb371a3a-9a12-11ed-980f-be8a623af766 | InvocationID=fb371c60-9a12-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:10:05+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9c49a9c-9a12-11ed-980f-be8a623af766 | InvocationID=f9c49cd6-9a12-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:10:05+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0884a608-9a13-11ed-980f-be8a623af766 | InvocationID=0884aa18-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:10:08+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb371a3a-9a12-11ed-980f-be8a623af766 | InvocationID=fb371c60-9a12-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:10:08+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a21c748-9a13-11ed-980f-be8a623af766 | InvocationID=0a21c8f6-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:10:08+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a21c748-9a13-11ed-980f-be8a623af766 | InvocationID=0a21c8f6-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:10:08+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a21c748-9a13-11ed-980f-be8a623af766 | InvocationID=0a21c8f6-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:10:30+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0884a608-9a13-11ed-980f-be8a623af766 | InvocationID=0884aa18-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:10:30+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17464be2-9a13-11ed-980f-be8a623af766 | InvocationID=17465088-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:10:33+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a21c748-9a13-11ed-980f-be8a623af766 | InvocationID=0a21c8f6-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:10:33+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=190c9508-9a13-11ed-980f-be8a623af766 | InvocationID=190c96e8-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:10:33+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=190c9508-9a13-11ed-980f-be8a623af766 | InvocationID=190c96e8-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:10:33+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=190c9508-9a13-11ed-980f-be8a623af766 | InvocationID=190c96e8-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:10:55+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17464be2-9a13-11ed-980f-be8a623af766 | InvocationID=17465088-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:10:55+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=260895ea-9a13-11ed-980f-be8a623af766 | InvocationID=260897a2-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:10:58+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=190c9508-9a13-11ed-980f-be8a623af766 | InvocationID=190c96e8-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:10:58+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27f7e63a-9a13-11ed-980f-be8a623af766 | InvocationID=27f7e7de-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:10:58+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27f7e63a-9a13-11ed-980f-be8a623af766 | InvocationID=27f7e7de-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:10:58+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27f7e63a-9a13-11ed-980f-be8a623af766 | InvocationID=27f7e7de-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:11:19+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=260895ea-9a13-11ed-980f-be8a623af766 | InvocationID=260897a2-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:11:19+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34cd1f92-9a13-11ed-980f-be8a623af766 | InvocationID=34cd2154-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:11:23+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27f7e63a-9a13-11ed-980f-be8a623af766 | InvocationID=27f7e7de-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:11:23+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36e27ea8-9a13-11ed-980f-be8a623af766 | InvocationID=36e2811e-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:11:23+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36e27ea8-9a13-11ed-980f-be8a623af766 | InvocationID=36e2811e-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:11:23+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36e27ea8-9a13-11ed-980f-be8a623af766 | InvocationID=36e2811e-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:11:44+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34cd1f92-9a13-11ed-980f-be8a623af766 | InvocationID=34cd2154-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:11:44+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438fde02-9a13-11ed-980f-be8a623af766 | InvocationID=438fdfa6-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:11:48+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36e27ea8-9a13-11ed-980f-be8a623af766 | InvocationID=36e2811e-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:11:48+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45cd0ca8-9a13-11ed-980f-be8a623af766 | InvocationID=45cd0e60-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:11:48+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45cd0ca8-9a13-11ed-980f-be8a623af766 | InvocationID=45cd0e60-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:11:48+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45cd0ca8-9a13-11ed-980f-be8a623af766 | InvocationID=45cd0e60-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:12:09+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=438fde02-9a13-11ed-980f-be8a623af766 | InvocationID=438fdfa6-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:12:09+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=524febda-9a13-11ed-980f-be8a623af766 | InvocationID=524fedf6-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:12:13+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45cd0ca8-9a13-11ed-980f-be8a623af766 | InvocationID=45cd0e60-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:12:13+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b7a480-9a13-11ed-980f-be8a623af766 | InvocationID=54b7a656-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:12:13+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b7a480-9a13-11ed-980f-be8a623af766 | InvocationID=54b7a656-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:12:13+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54b7a480-9a13-11ed-980f-be8a623af766 | InvocationID=54b7a656-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:12:34+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=524febda-9a13-11ed-980f-be8a623af766 | InvocationID=524fedf6-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:12:34+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6110a308-9a13-11ed-980f-be8a623af766 | InvocationID=6110a4b6-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:12:38+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54b7a480-9a13-11ed-980f-be8a623af766 | InvocationID=54b7a656-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:12:38+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a1f798-9a13-11ed-980f-be8a623af766 | InvocationID=63a1f982-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:12:38+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a1f798-9a13-11ed-980f-be8a623af766 | InvocationID=63a1f982-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:12:38+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63a1f798-9a13-11ed-980f-be8a623af766 | InvocationID=63a1f982-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:12:58+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6110a308-9a13-11ed-980f-be8a623af766 | InvocationID=6110a4b6-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:12:58+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fd6fdc4-9a13-11ed-980f-be8a623af766 | InvocationID=6fd6ffa4-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:13:03+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63a1f798-9a13-11ed-980f-be8a623af766 | InvocationID=63a1f982-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:13:03+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728c6478-9a13-11ed-980f-be8a623af766 | InvocationID=728c66e4-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:13:03+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728c6478-9a13-11ed-980f-be8a623af766 | InvocationID=728c66e4-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:13:03+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=728c6478-9a13-11ed-980f-be8a623af766 | InvocationID=728c66e4-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:13:23+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fd6fdc4-9a13-11ed-980f-be8a623af766 | InvocationID=6fd6ffa4-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:13:23+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e9a2624-9a13-11ed-980f-be8a623af766 | InvocationID=7e9a2818-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:13:28+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=728c6478-9a13-11ed-980f-be8a623af766 | InvocationID=728c66e4-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:13:28+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8178b1da-9a13-11ed-980f-be8a623af766 | InvocationID=8178b388-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:13:28+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8178b1da-9a13-11ed-980f-be8a623af766 | InvocationID=8178b388-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:13:28+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8178b1da-9a13-11ed-980f-be8a623af766 | InvocationID=8178b388-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:13:48+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e9a2624-9a13-11ed-980f-be8a623af766 | InvocationID=7e9a2818-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:13:48+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d5c9c0a-9a13-11ed-980f-be8a623af766 | InvocationID=8d5c9dc2-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:13:53+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8178b1da-9a13-11ed-980f-be8a623af766 | InvocationID=8178b388-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:13:53+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9063dd28-9a13-11ed-980f-be8a623af766 | InvocationID=9063decc-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:13:53+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9063dd28-9a13-11ed-980f-be8a623af766 | InvocationID=9063decc-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:13:53+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9063dd28-9a13-11ed-980f-be8a623af766 | InvocationID=9063decc-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:14:13+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d5c9c0a-9a13-11ed-980f-be8a623af766 | InvocationID=8d5c9dc2-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:14:13+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c1f0ac0-9a13-11ed-980f-be8a623af766 | InvocationID=9c1f0cd2-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:14:18+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9063dd28-9a13-11ed-980f-be8a623af766 | InvocationID=9063decc-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:14:18+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f520f44-9a13-11ed-980f-be8a623af766 | InvocationID=9f52121e-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:14:18+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f520f44-9a13-11ed-980f-be8a623af766 | InvocationID=9f52121e-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:14:18+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f520f44-9a13-11ed-980f-be8a623af766 | InvocationID=9f52121e-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:14:38+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c1f0ac0-9a13-11ed-980f-be8a623af766 | InvocationID=9c1f0cd2-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:14:38+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae00730-9a13-11ed-980f-be8a623af766 | InvocationID=aae00d84-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:14:43+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f520f44-9a13-11ed-980f-be8a623af766 | InvocationID=9f52121e-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:14:43+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3d7f48-9a13-11ed-980f-be8a623af766 | InvocationID=ae3d81a0-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:14:43+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3d7f48-9a13-11ed-980f-be8a623af766 | InvocationID=ae3d81a0-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:14:43+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae3d7f48-9a13-11ed-980f-be8a623af766 | InvocationID=ae3d81a0-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:15:02+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aae00730-9a13-11ed-980f-be8a623af766 | InvocationID=aae00d84-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:15:02+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9a19d88-9a13-11ed-980f-be8a623af766 | InvocationID=b9a19fea-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:15:08+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae3d7f48-9a13-11ed-980f-be8a623af766 | InvocationID=ae3d81a0-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:15:08+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd27e66a-9a13-11ed-980f-be8a623af766 | InvocationID=bd27e822-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:15:08+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd27e66a-9a13-11ed-980f-be8a623af766 | InvocationID=bd27e822-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:15:08+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd27e66a-9a13-11ed-980f-be8a623af766 | InvocationID=bd27e822-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:15:27+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9a19d88-9a13-11ed-980f-be8a623af766 | InvocationID=b9a19fea-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:15:27+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c862f5f6-9a13-11ed-980f-be8a623af766 | InvocationID=c862f79a-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:15:33+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd27e66a-9a13-11ed-980f-be8a623af766 | InvocationID=bd27e822-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:15:33+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc132a86-9a13-11ed-980f-be8a623af766 | InvocationID=cc132cca-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:15:33+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc132a86-9a13-11ed-980f-be8a623af766 | InvocationID=cc132cca-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:15:33+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc132a86-9a13-11ed-980f-be8a623af766 | InvocationID=cc132cca-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:15:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c862f5f6-9a13-11ed-980f-be8a623af766 | InvocationID=c862f79a-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:15:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7249284-9a13-11ed-980f-be8a623af766 | InvocationID=d724946e-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:15:58+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc132a86-9a13-11ed-980f-be8a623af766 | InvocationID=cc132cca-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:15:58+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daff8d78-9a13-11ed-980f-be8a623af766 | InvocationID=daff900c-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:15:58+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daff8d78-9a13-11ed-980f-be8a623af766 | InvocationID=daff900c-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:15:58+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daff8d78-9a13-11ed-980f-be8a623af766 | InvocationID=daff900c-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:16:17+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7249284-9a13-11ed-980f-be8a623af766 | InvocationID=d724946e-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:16:17+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5e6b1ee-9a13-11ed-980f-be8a623af766 | InvocationID=e5e6b3e2-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:16:23+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daff8d78-9a13-11ed-980f-be8a623af766 | InvocationID=daff900c-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:16:23+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ea076e-9a13-11ed-980f-be8a623af766 | InvocationID=e9ea091c-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:16:23+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ea076e-9a13-11ed-980f-be8a623af766 | InvocationID=e9ea091c-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:16:23+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9ea076e-9a13-11ed-980f-be8a623af766 | InvocationID=e9ea091c-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:16:41+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5e6b1ee-9a13-11ed-980f-be8a623af766 | InvocationID=e5e6b3e2-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:16:41+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a79f2c-9a13-11ed-980f-be8a623af766 | InvocationID=f4a7a0e4-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:16:48+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9ea076e-9a13-11ed-980f-be8a623af766 | InvocationID=e9ea091c-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:16:48+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d584b0-9a13-11ed-980f-be8a623af766 | InvocationID=f8d58654-9a13-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:16:48+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d584b0-9a13-11ed-980f-be8a623af766 | InvocationID=f8d58654-9a13-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:16:48+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8d584b0-9a13-11ed-980f-be8a623af766 | InvocationID=f8d58654-9a13-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:17:06+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4a79f2c-9a13-11ed-980f-be8a623af766 | InvocationID=f4a7a0e4-9a13-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:17:06+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=036a9938-9a14-11ed-980f-be8a623af766 | InvocationID=036a9c6c-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:17:13+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8d584b0-9a13-11ed-980f-be8a623af766 | InvocationID=f8d58654-9a13-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:17:13+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07c0c2be-9a14-11ed-980f-be8a623af766 | InvocationID=07c112fa-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:17:13+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07c0c2be-9a14-11ed-980f-be8a623af766 | InvocationID=07c112fa-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:17:13+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07c0c2be-9a14-11ed-980f-be8a623af766 | InvocationID=07c112fa-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:17:31+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=036a9938-9a14-11ed-980f-be8a623af766 | InvocationID=036a9c6c-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:17:31+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122f0bfc-9a14-11ed-980f-be8a623af766 | InvocationID=122f0df0-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:17:38+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07c0c2be-9a14-11ed-980f-be8a623af766 | InvocationID=07c112fa-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:17:38+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ad5fc6-9a14-11ed-980f-be8a623af766 | InvocationID=16ad6214-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:17:38+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ad5fc6-9a14-11ed-980f-be8a623af766 | InvocationID=16ad6214-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:17:38+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16ad5fc6-9a14-11ed-980f-be8a623af766 | InvocationID=16ad6214-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:17:56+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=122f0bfc-9a14-11ed-980f-be8a623af766 | InvocationID=122f0df0-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:17:56+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f35116-9a14-11ed-980f-be8a623af766 | InvocationID=20f354fe-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:18:03+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16ad5fc6-9a14-11ed-980f-be8a623af766 | InvocationID=16ad6214-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:18:03+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a07554-9a14-11ed-980f-be8a623af766 | InvocationID=25a07734-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:18:03+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a07554-9a14-11ed-980f-be8a623af766 | InvocationID=25a07734-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:18:03+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a07554-9a14-11ed-980f-be8a623af766 | InvocationID=25a07734-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:18:20+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20f35116-9a14-11ed-980f-be8a623af766 | InvocationID=20f354fe-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:18:20+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb3886a-9a14-11ed-980f-be8a623af766 | InvocationID=2fb38a9a-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:18:28+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a07554-9a14-11ed-980f-be8a623af766 | InvocationID=25a07734-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:18:28+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348ad992-9a14-11ed-980f-be8a623af766 | InvocationID=348adb86-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:18:29+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348ad992-9a14-11ed-980f-be8a623af766 | InvocationID=348adb86-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:18:29+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348ad992-9a14-11ed-980f-be8a623af766 | InvocationID=348adb86-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:18:45+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fb3886a-9a14-11ed-980f-be8a623af766 | InvocationID=2fb38a9a-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:18:45+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e75f842-9a14-11ed-980f-be8a623af766 | InvocationID=3e75faa4-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:18:54+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348ad992-9a14-11ed-980f-be8a623af766 | InvocationID=348adb86-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:18:54+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43754e7e-9a14-11ed-980f-be8a623af766 | InvocationID=437550cc-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:18:54+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43754e7e-9a14-11ed-980f-be8a623af766 | InvocationID=437550cc-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:18:54+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43754e7e-9a14-11ed-980f-be8a623af766 | InvocationID=437550cc-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:19:10+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e75f842-9a14-11ed-980f-be8a623af766 | InvocationID=3e75faa4-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:19:10+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d36bc2c-9a14-11ed-980f-be8a623af766 | InvocationID=4d36bdda-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:19:19+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43754e7e-9a14-11ed-980f-be8a623af766 | InvocationID=437550cc-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:19:19+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=527656fc-9a14-11ed-980f-be8a623af766 | InvocationID=52765e22-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:19:19+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=527656fc-9a14-11ed-980f-be8a623af766 | InvocationID=52765e22-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:19:19+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=527656fc-9a14-11ed-980f-be8a623af766 | InvocationID=52765e22-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:19:35+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d36bc2c-9a14-11ed-980f-be8a623af766 | InvocationID=4d36bdda-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:19:35+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bf7cba2-9a14-11ed-980f-be8a623af766 | InvocationID=5bf7cde6-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:19:44+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=527656fc-9a14-11ed-980f-be8a623af766 | InvocationID=52765e22-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:19:44+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6161d880-9a14-11ed-980f-be8a623af766 | InvocationID=6161da74-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:19:44+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6161d880-9a14-11ed-980f-be8a623af766 | InvocationID=6161da74-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:19:44+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6161d880-9a14-11ed-980f-be8a623af766 | InvocationID=6161da74-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:19:59+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bf7cba2-9a14-11ed-980f-be8a623af766 | InvocationID=5bf7cde6-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:19:59+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6abb9178-9a14-11ed-980f-be8a623af766 | InvocationID=6abb936c-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:20:09+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6161d880-9a14-11ed-980f-be8a623af766 | InvocationID=6161da74-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:20:09+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=704d14ea-9a14-11ed-980f-be8a623af766 | InvocationID=704d16d4-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:20:09+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=704d14ea-9a14-11ed-980f-be8a623af766 | InvocationID=704d16d4-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:20:09+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=704d14ea-9a14-11ed-980f-be8a623af766 | InvocationID=704d16d4-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:20:24+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6abb9178-9a14-11ed-980f-be8a623af766 | InvocationID=6abb936c-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:20:24+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=797e3936-9a14-11ed-980f-be8a623af766 | InvocationID=797e487c-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:20:34+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=704d14ea-9a14-11ed-980f-be8a623af766 | InvocationID=704d16d4-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:20:34+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f3a914e-9a14-11ed-980f-be8a623af766 | InvocationID=7f3a9338-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:20:34+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f3a914e-9a14-11ed-980f-be8a623af766 | InvocationID=7f3a9338-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:20:34+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f3a914e-9a14-11ed-980f-be8a623af766 | InvocationID=7f3a9338-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:20:49+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=797e3936-9a14-11ed-980f-be8a623af766 | InvocationID=797e487c-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:20:49+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=883ece0e-9a14-11ed-980f-be8a623af766 | InvocationID=883ecfbc-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:20:59+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f3a914e-9a14-11ed-980f-be8a623af766 | InvocationID=7f3a9338-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:20:59+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e27320c-9a14-11ed-980f-be8a623af766 | InvocationID=8e2733ce-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:20:59+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e27320c-9a14-11ed-980f-be8a623af766 | InvocationID=8e2733ce-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:20:59+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e27320c-9a14-11ed-980f-be8a623af766 | InvocationID=8e2733ce-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:21:14+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=883ece0e-9a14-11ed-980f-be8a623af766 | InvocationID=883ecfbc-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:21:14+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97019eee-9a14-11ed-980f-be8a623af766 | InvocationID=9701a0ec-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:21:24+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e27320c-9a14-11ed-980f-be8a623af766 | InvocationID=8e2733ce-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:21:24+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d13d662-9a14-11ed-980f-be8a623af766 | InvocationID=9d13d84c-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:21:24+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d13d662-9a14-11ed-980f-be8a623af766 | InvocationID=9d13d84c-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:21:24+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d13d662-9a14-11ed-980f-be8a623af766 | InvocationID=9d13d84c-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:21:38+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97019eee-9a14-11ed-980f-be8a623af766 | InvocationID=9701a0ec-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:21:38+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5c37b14-9a14-11ed-980f-be8a623af766 | InvocationID=a5c37dee-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:21:49+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d13d662-9a14-11ed-980f-be8a623af766 | InvocationID=9d13d84c-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:21:49+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfe8406-9a14-11ed-980f-be8a623af766 | InvocationID=abfe87bc-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:21:49+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfe8406-9a14-11ed-980f-be8a623af766 | InvocationID=abfe87bc-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:21:49+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfe8406-9a14-11ed-980f-be8a623af766 | InvocationID=abfe87bc-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:22:03+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5c37b14-9a14-11ed-980f-be8a623af766 | InvocationID=a5c37dee-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:22:03+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b484d8fa-9a14-11ed-980f-be8a623af766 | InvocationID=b484dae4-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:22:14+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfe8406-9a14-11ed-980f-be8a623af766 | InvocationID=abfe87bc-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:22:14+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae8d944-9a14-11ed-980f-be8a623af766 | InvocationID=bae8db06-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:22:14+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae8d944-9a14-11ed-980f-be8a623af766 | InvocationID=bae8db06-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:22:14+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae8d944-9a14-11ed-980f-be8a623af766 | InvocationID=bae8db06-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:22:28+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b484d8fa-9a14-11ed-980f-be8a623af766 | InvocationID=b484dae4-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:22:28+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c345d704-9a14-11ed-980f-be8a623af766 | InvocationID=c345d8bc-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:22:39+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae8d944-9a14-11ed-980f-be8a623af766 | InvocationID=bae8db06-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:22:39+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d35f4c-9a14-11ed-980f-be8a623af766 | InvocationID=c9d3614a-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:22:39+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d35f4c-9a14-11ed-980f-be8a623af766 | InvocationID=c9d3614a-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:22:39+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d35f4c-9a14-11ed-980f-be8a623af766 | InvocationID=c9d3614a-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:22:53+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c345d704-9a14-11ed-980f-be8a623af766 | InvocationID=c345d8bc-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:22:53+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20675d2-9a14-11ed-980f-be8a623af766 | InvocationID=d20678ac-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:23:04+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d35f4c-9a14-11ed-980f-be8a623af766 | InvocationID=c9d3614a-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:23:04+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8bdd5aa-9a14-11ed-980f-be8a623af766 | InvocationID=d8bddb86-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:23:04+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8bdd5aa-9a14-11ed-980f-be8a623af766 | InvocationID=d8bddb86-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:23:04+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8bdd5aa-9a14-11ed-980f-be8a623af766 | InvocationID=d8bddb86-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:23:17+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d20675d2-9a14-11ed-980f-be8a623af766 | InvocationID=d20678ac-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:23:17+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c83ef2-9a14-11ed-980f-be8a623af766 | InvocationID=e0c84276-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:23:29+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8bdd5aa-9a14-11ed-980f-be8a623af766 | InvocationID=d8bddb86-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:23:29+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a8825e-9a14-11ed-980f-be8a623af766 | InvocationID=e7a8840c-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:23:29+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a8825e-9a14-11ed-980f-be8a623af766 | InvocationID=e7a8840c-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:23:29+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7a8825e-9a14-11ed-980f-be8a623af766 | InvocationID=e7a8840c-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:23:42+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0c83ef2-9a14-11ed-980f-be8a623af766 | InvocationID=e0c84276-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:23:42+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef8a34fe-9a14-11ed-980f-be8a623af766 | InvocationID=ef8a371a-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:23:54+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7a8825e-9a14-11ed-980f-be8a623af766 | InvocationID=e7a8840c-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:23:54+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6934c36-9a14-11ed-980f-be8a623af766 | InvocationID=f6934de4-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:23:54+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6934c36-9a14-11ed-980f-be8a623af766 | InvocationID=f6934de4-9a14-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:23:54+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6934c36-9a14-11ed-980f-be8a623af766 | InvocationID=f6934de4-9a14-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:24:07+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef8a34fe-9a14-11ed-980f-be8a623af766 | InvocationID=ef8a371a-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:24:07+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe4d6484-9a14-11ed-980f-be8a623af766 | InvocationID=fe4d663c-9a14-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:24:19+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6934c36-9a14-11ed-980f-be8a623af766 | InvocationID=f6934de4-9a14-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:24:19+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=057dca46-9a15-11ed-980f-be8a623af766 | InvocationID=057dcc4e-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:24:19+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=057dca46-9a15-11ed-980f-be8a623af766 | InvocationID=057dcc4e-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:24:19+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=057dca46-9a15-11ed-980f-be8a623af766 | InvocationID=057dcc4e-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:24:32+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe4d6484-9a14-11ed-980f-be8a623af766 | InvocationID=fe4d663c-9a14-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:24:32+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0e488a-9a15-11ed-980f-be8a623af766 | InvocationID=0d0e4a7e-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:24:44+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=057dca46-9a15-11ed-980f-be8a623af766 | InvocationID=057dcc4e-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:24:44+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1468a9a4-9a15-11ed-980f-be8a623af766 | InvocationID=1468abc0-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:24:44+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1468a9a4-9a15-11ed-980f-be8a623af766 | InvocationID=1468abc0-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:24:44+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1468a9a4-9a15-11ed-980f-be8a623af766 | InvocationID=1468abc0-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:24:56+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d0e488a-9a15-11ed-980f-be8a623af766 | InvocationID=0d0e4a7e-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:24:56+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bcfa17a-9a15-11ed-980f-be8a623af766 | InvocationID=1bcfa3f0-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:25:09+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1468a9a4-9a15-11ed-980f-be8a623af766 | InvocationID=1468abc0-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:25:09+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23540968-9a15-11ed-980f-be8a623af766 | InvocationID=23540b5c-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:25:09+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23540968-9a15-11ed-980f-be8a623af766 | InvocationID=23540b5c-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:25:09+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23540968-9a15-11ed-980f-be8a623af766 | InvocationID=23540b5c-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:25:21+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bcfa17a-9a15-11ed-980f-be8a623af766 | InvocationID=1bcfa3f0-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:25:21+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a927516-9a15-11ed-980f-be8a623af766 | InvocationID=2a9276c4-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:25:34+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23540968-9a15-11ed-980f-be8a623af766 | InvocationID=23540b5c-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:25:34+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=323f26f6-9a15-11ed-980f-be8a623af766 | InvocationID=323f2c5a-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:25:34+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=323f26f6-9a15-11ed-980f-be8a623af766 | InvocationID=323f2c5a-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:25:34+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=323f26f6-9a15-11ed-980f-be8a623af766 | InvocationID=323f2c5a-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:25:46+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a927516-9a15-11ed-980f-be8a623af766 | InvocationID=2a9276c4-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:25:46+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39520ed6-9a15-11ed-980f-be8a623af766 | InvocationID=395212f0-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:25:59+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=323f26f6-9a15-11ed-980f-be8a623af766 | InvocationID=323f2c5a-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:25:59+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412a1b62-9a15-11ed-980f-be8a623af766 | InvocationID=412a1d92-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:25:59+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412a1b62-9a15-11ed-980f-be8a623af766 | InvocationID=412a1d92-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:25:59+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=412a1b62-9a15-11ed-980f-be8a623af766 | InvocationID=412a1d92-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:26:11+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39520ed6-9a15-11ed-980f-be8a623af766 | InvocationID=395212f0-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:26:11+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48129526-9a15-11ed-980f-be8a623af766 | InvocationID=481296d4-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:26:24+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=412a1b62-9a15-11ed-980f-be8a623af766 | InvocationID=412a1d92-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:26:24+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5014d284-9a15-11ed-980f-be8a623af766 | InvocationID=5014d478-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:26:24+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5014d284-9a15-11ed-980f-be8a623af766 | InvocationID=5014d478-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:26:24+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5014d284-9a15-11ed-980f-be8a623af766 | InvocationID=5014d478-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:26:35+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48129526-9a15-11ed-980f-be8a623af766 | InvocationID=481296d4-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:26:35+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d2b802-9a15-11ed-980f-be8a623af766 | InvocationID=56d2b9b0-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:26:49+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5014d284-9a15-11ed-980f-be8a623af766 | InvocationID=5014d478-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:26:49+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5effaf12-9a15-11ed-980f-be8a623af766 | InvocationID=5effb110-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:26:49+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5effaf12-9a15-11ed-980f-be8a623af766 | InvocationID=5effb110-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:26:49+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5effaf12-9a15-11ed-980f-be8a623af766 | InvocationID=5effb110-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:27:00+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56d2b802-9a15-11ed-980f-be8a623af766 | InvocationID=56d2b9b0-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:27:00+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65938060-9a15-11ed-980f-be8a623af766 | InvocationID=65938222-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:27:14+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5effaf12-9a15-11ed-980f-be8a623af766 | InvocationID=5effb110-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:27:14+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dea4082-9a15-11ed-980f-be8a623af766 | InvocationID=6dea4230-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:27:14+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dea4082-9a15-11ed-980f-be8a623af766 | InvocationID=6dea4230-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:27:14+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dea4082-9a15-11ed-980f-be8a623af766 | InvocationID=6dea4230-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:27:25+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65938060-9a15-11ed-980f-be8a623af766 | InvocationID=65938222-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:27:25+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74546308-9a15-11ed-980f-be8a623af766 | InvocationID=745464c0-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:27:39+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dea4082-9a15-11ed-980f-be8a623af766 | InvocationID=6dea4230-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:27:39+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd4f3f8-9a15-11ed-980f-be8a623af766 | InvocationID=7cd4f68c-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:27:39+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd4f3f8-9a15-11ed-980f-be8a623af766 | InvocationID=7cd4f68c-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:27:39+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd4f3f8-9a15-11ed-980f-be8a623af766 | InvocationID=7cd4f68c-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:27:50+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74546308-9a15-11ed-980f-be8a623af766 | InvocationID=745464c0-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:27:50+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83157742-9a15-11ed-980f-be8a623af766 | InvocationID=83157940-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:28:04+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd4f3f8-9a15-11ed-980f-be8a623af766 | InvocationID=7cd4f68c-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:28:04+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bbf83d8-9a15-11ed-980f-be8a623af766 | InvocationID=8bbf8626-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:28:04+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bbf83d8-9a15-11ed-980f-be8a623af766 | InvocationID=8bbf8626-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:28:04+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bbf83d8-9a15-11ed-980f-be8a623af766 | InvocationID=8bbf8626-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:28:15+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83157742-9a15-11ed-980f-be8a623af766 | InvocationID=83157940-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:28:15+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91d5be40-9a15-11ed-980f-be8a623af766 | InvocationID=91d5c02a-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:28:29+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bbf83d8-9a15-11ed-980f-be8a623af766 | InvocationID=8bbf8626-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:28:29+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aaac1a0-9a15-11ed-980f-be8a623af766 | InvocationID=9aaac3e4-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:28:29+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aaac1a0-9a15-11ed-980f-be8a623af766 | InvocationID=9aaac3e4-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:28:29+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aaac1a0-9a15-11ed-980f-be8a623af766 | InvocationID=9aaac3e4-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:28:39+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91d5be40-9a15-11ed-980f-be8a623af766 | InvocationID=91d5c02a-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:28:39+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a095df3c-9a15-11ed-980f-be8a623af766 | InvocationID=a095e284-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:28:54+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aaac1a0-9a15-11ed-980f-be8a623af766 | InvocationID=9aaac3e4-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:28:54+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9971204-9a15-11ed-980f-be8a623af766 | InvocationID=a997140c-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:28:54+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9971204-9a15-11ed-980f-be8a623af766 | InvocationID=a997140c-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:28:54+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9971204-9a15-11ed-980f-be8a623af766 | InvocationID=a997140c-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:29:04+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a095df3c-9a15-11ed-980f-be8a623af766 | InvocationID=a095e284-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:29:04+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af564af2-9a15-11ed-980f-be8a623af766 | InvocationID=af564ca0-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:29:19+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9971204-9a15-11ed-980f-be8a623af766 | InvocationID=a997140c-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:29:19+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b883d784-9a15-11ed-980f-be8a623af766 | InvocationID=b883d932-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:29:19+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b883d784-9a15-11ed-980f-be8a623af766 | InvocationID=b883d932-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:29:19+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b883d784-9a15-11ed-980f-be8a623af766 | InvocationID=b883d932-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:29:29+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af564af2-9a15-11ed-980f-be8a623af766 | InvocationID=af564ca0-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:29:29+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be17f70c-9a15-11ed-980f-be8a623af766 | InvocationID=be17f8ba-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:29:44+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b883d784-9a15-11ed-980f-be8a623af766 | InvocationID=b883d932-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:29:44+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c76f1812-9a15-11ed-980f-be8a623af766 | InvocationID=c76f19c0-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:29:44+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c76f1812-9a15-11ed-980f-be8a623af766 | InvocationID=c76f19c0-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:29:44+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c76f1812-9a15-11ed-980f-be8a623af766 | InvocationID=c76f19c0-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:29:54+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be17f70c-9a15-11ed-980f-be8a623af766 | InvocationID=be17f8ba-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:29:54+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd924be-9a15-11ed-980f-be8a623af766 | InvocationID=ccd926bc-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:30:09+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c76f1812-9a15-11ed-980f-be8a623af766 | InvocationID=c76f19c0-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:30:09+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65a146c-9a15-11ed-980f-be8a623af766 | InvocationID=d65a1674-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:30:09+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65a146c-9a15-11ed-980f-be8a623af766 | InvocationID=d65a1674-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:30:09+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d65a146c-9a15-11ed-980f-be8a623af766 | InvocationID=d65a1674-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:30:18+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccd924be-9a15-11ed-980f-be8a623af766 | InvocationID=ccd926bc-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:30:18+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db999c36-9a15-11ed-980f-be8a623af766 | InvocationID=db999eac-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:30:34+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d65a146c-9a15-11ed-980f-be8a623af766 | InvocationID=d65a1674-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:30:34+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e54493e4-9a15-11ed-980f-be8a623af766 | InvocationID=e544961e-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:30:35+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e54493e4-9a15-11ed-980f-be8a623af766 | InvocationID=e544961e-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:30:35+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e54493e4-9a15-11ed-980f-be8a623af766 | InvocationID=e544961e-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:30:43+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db999c36-9a15-11ed-980f-be8a623af766 | InvocationID=db999eac-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:30:43+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea5ba390-9a15-11ed-980f-be8a623af766 | InvocationID=ea5ba53e-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:31:00+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e54493e4-9a15-11ed-980f-be8a623af766 | InvocationID=e544961e-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:31:00+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f42f31e8-9a15-11ed-980f-be8a623af766 | InvocationID=f42f3418-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:31:00+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f42f31e8-9a15-11ed-980f-be8a623af766 | InvocationID=f42f3418-9a15-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:31:00+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f42f31e8-9a15-11ed-980f-be8a623af766 | InvocationID=f42f3418-9a15-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:31:08+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea5ba390-9a15-11ed-980f-be8a623af766 | InvocationID=ea5ba53e-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:31:08+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91ee356-9a15-11ed-980f-be8a623af766 | InvocationID=f91ee5b8-9a15-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:31:25+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f42f31e8-9a15-11ed-980f-be8a623af766 | InvocationID=f42f3418-9a15-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:31:25+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0319e50e-9a16-11ed-980f-be8a623af766 | InvocationID=0319e6c6-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:31:25+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0319e50e-9a16-11ed-980f-be8a623af766 | InvocationID=0319e6c6-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:31:25+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0319e50e-9a16-11ed-980f-be8a623af766 | InvocationID=0319e6c6-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:31:33+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f91ee356-9a15-11ed-980f-be8a623af766 | InvocationID=f91ee5b8-9a15-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:31:33+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07e15ebe-9a16-11ed-980f-be8a623af766 | InvocationID=07e1608a-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:31:50+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0319e50e-9a16-11ed-980f-be8a623af766 | InvocationID=0319e6c6-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:31:50+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1205823a-9a16-11ed-980f-be8a623af766 | InvocationID=12058456-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:31:50+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1205823a-9a16-11ed-980f-be8a623af766 | InvocationID=12058456-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:31:50+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1205823a-9a16-11ed-980f-be8a623af766 | InvocationID=12058456-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:31:57+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07e15ebe-9a16-11ed-980f-be8a623af766 | InvocationID=07e1608a-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:31:57+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a20c96-9a16-11ed-980f-be8a623af766 | InvocationID=16a20e44-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:32:15+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1205823a-9a16-11ed-980f-be8a623af766 | InvocationID=12058456-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:32:15+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f1d438-9a16-11ed-980f-be8a623af766 | InvocationID=20f1d622-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:32:15+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f1d438-9a16-11ed-980f-be8a623af766 | InvocationID=20f1d622-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:32:15+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f1d438-9a16-11ed-980f-be8a623af766 | InvocationID=20f1d622-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:32:22+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16a20c96-9a16-11ed-980f-be8a623af766 | InvocationID=16a20e44-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:32:22+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25636e5a-9a16-11ed-980f-be8a623af766 | InvocationID=25637012-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:32:40+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f1d438-9a16-11ed-980f-be8a623af766 | InvocationID=20f1d622-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:32:40+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fde7b40-9a16-11ed-980f-be8a623af766 | InvocationID=2fde7d48-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:32:40+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fde7b40-9a16-11ed-980f-be8a623af766 | InvocationID=2fde7d48-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:32:40+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fde7b40-9a16-11ed-980f-be8a623af766 | InvocationID=2fde7d48-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:32:47+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25636e5a-9a16-11ed-980f-be8a623af766 | InvocationID=25637012-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:32:47+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3425697a-9a16-11ed-980f-be8a623af766 | InvocationID=34256b28-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:33:05+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fde7b40-9a16-11ed-980f-be8a623af766 | InvocationID=2fde7d48-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:33:05+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec8e0fa-9a16-11ed-980f-be8a623af766 | InvocationID=3ec8e294-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:33:05+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec8e0fa-9a16-11ed-980f-be8a623af766 | InvocationID=3ec8e294-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:33:05+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec8e0fa-9a16-11ed-980f-be8a623af766 | InvocationID=3ec8e294-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:33:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3425697a-9a16-11ed-980f-be8a623af766 | InvocationID=34256b28-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:33:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e58cec-9a16-11ed-980f-be8a623af766 | InvocationID=42e58ed6-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:33:30+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec8e0fa-9a16-11ed-980f-be8a623af766 | InvocationID=3ec8e294-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:33:30+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db3e448-9a16-11ed-980f-be8a623af766 | InvocationID=4db3e6aa-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:33:30+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db3e448-9a16-11ed-980f-be8a623af766 | InvocationID=4db3e6aa-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:33:30+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db3e448-9a16-11ed-980f-be8a623af766 | InvocationID=4db3e6aa-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:33:36+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42e58cec-9a16-11ed-980f-be8a623af766 | InvocationID=42e58ed6-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:33:36+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a5f3e8-9a16-11ed-980f-be8a623af766 | InvocationID=51a5f7ee-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:33:55+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db3e448-9a16-11ed-980f-be8a623af766 | InvocationID=4db3e6aa-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:33:55+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca07aa2-9a16-11ed-980f-be8a623af766 | InvocationID=5ca07dd6-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:33:55+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca07aa2-9a16-11ed-980f-be8a623af766 | InvocationID=5ca07dd6-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:33:55+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ca07aa2-9a16-11ed-980f-be8a623af766 | InvocationID=5ca07dd6-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:34:01+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51a5f3e8-9a16-11ed-980f-be8a623af766 | InvocationID=51a5f7ee-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:34:01+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6069a8d4-9a16-11ed-980f-be8a623af766 | InvocationID=6069aa8c-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:34:20+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ca07aa2-9a16-11ed-980f-be8a623af766 | InvocationID=5ca07dd6-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:34:20+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8bbb58-9a16-11ed-980f-be8a623af766 | InvocationID=6b8bbd10-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:34:20+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8bbb58-9a16-11ed-980f-be8a623af766 | InvocationID=6b8bbd10-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:34:20+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8bbb58-9a16-11ed-980f-be8a623af766 | InvocationID=6b8bbd10-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:34:26+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6069a8d4-9a16-11ed-980f-be8a623af766 | InvocationID=6069aa8c-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:34:26+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2aa17a-9a16-11ed-980f-be8a623af766 | InvocationID=6f2aa35a-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:34:45+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8bbb58-9a16-11ed-980f-be8a623af766 | InvocationID=6b8bbd10-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:34:45+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a765d26-9a16-11ed-980f-be8a623af766 | InvocationID=7a766258-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:34:45+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a765d26-9a16-11ed-980f-be8a623af766 | InvocationID=7a766258-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:34:45+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a765d26-9a16-11ed-980f-be8a623af766 | InvocationID=7a766258-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:34:51+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f2aa17a-9a16-11ed-980f-be8a623af766 | InvocationID=6f2aa35a-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:34:51+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7deabbdc-9a16-11ed-980f-be8a623af766 | InvocationID=7deabe16-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:35:10+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a765d26-9a16-11ed-980f-be8a623af766 | InvocationID=7a766258-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:35:10+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89647700-9a16-11ed-980f-be8a623af766 | InvocationID=89647976-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:35:10+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89647700-9a16-11ed-980f-be8a623af766 | InvocationID=89647976-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:35:10+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89647700-9a16-11ed-980f-be8a623af766 | InvocationID=89647976-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:35:15+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7deabbdc-9a16-11ed-980f-be8a623af766 | InvocationID=7deabe16-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:35:15+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cae0458-9a16-11ed-980f-be8a623af766 | InvocationID=8cae069c-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:35:35+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89647700-9a16-11ed-980f-be8a623af766 | InvocationID=89647976-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:35:35+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9850985c-9a16-11ed-980f-be8a623af766 | InvocationID=98509f64-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:35:35+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9850985c-9a16-11ed-980f-be8a623af766 | InvocationID=98509f64-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:35:35+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9850985c-9a16-11ed-980f-be8a623af766 | InvocationID=98509f64-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:35:40+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cae0458-9a16-11ed-980f-be8a623af766 | InvocationID=8cae069c-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:35:40+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b6fd67e-9a16-11ed-980f-be8a623af766 | InvocationID=9b6fd82c-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:36:00+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9850985c-9a16-11ed-980f-be8a623af766 | InvocationID=98509f64-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:36:00+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73cc098-9a16-11ed-980f-be8a623af766 | InvocationID=a73cc28c-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:36:00+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73cc098-9a16-11ed-980f-be8a623af766 | InvocationID=a73cc28c-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:36:00+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73cc098-9a16-11ed-980f-be8a623af766 | InvocationID=a73cc28c-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:36:05+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b6fd67e-9a16-11ed-980f-be8a623af766 | InvocationID=9b6fd82c-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:36:05+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa315750-9a16-11ed-980f-be8a623af766 | InvocationID=aa315cd2-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:36:25+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73cc098-9a16-11ed-980f-be8a623af766 | InvocationID=a73cc28c-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:36:25+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62749d4-9a16-11ed-980f-be8a623af766 | InvocationID=b6274bbe-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:36:25+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62749d4-9a16-11ed-980f-be8a623af766 | InvocationID=b6274bbe-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:36:25+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b62749d4-9a16-11ed-980f-be8a623af766 | InvocationID=b6274bbe-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:36:30+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa315750-9a16-11ed-980f-be8a623af766 | InvocationID=aa315cd2-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:36:30+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8f37b1a-9a16-11ed-980f-be8a623af766 | InvocationID=b8f37e08-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:36:50+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b62749d4-9a16-11ed-980f-be8a623af766 | InvocationID=b6274bbe-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:36:50+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c512be24-9a16-11ed-980f-be8a623af766 | InvocationID=c512c022-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:36:50+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c512be24-9a16-11ed-980f-be8a623af766 | InvocationID=c512c022-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:36:50+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c512be24-9a16-11ed-980f-be8a623af766 | InvocationID=c512c022-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:36:54+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8f37b1a-9a16-11ed-980f-be8a623af766 | InvocationID=b8f37e08-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:36:54+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b53706-9a16-11ed-980f-be8a623af766 | InvocationID=c7b53968-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:37:15+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c512be24-9a16-11ed-980f-be8a623af766 | InvocationID=c512c022-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:37:15+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fd9972-9a16-11ed-980f-be8a623af766 | InvocationID=d3fd9b5c-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:37:15+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fd9972-9a16-11ed-980f-be8a623af766 | InvocationID=d3fd9b5c-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:37:15+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3fd9972-9a16-11ed-980f-be8a623af766 | InvocationID=d3fd9b5c-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:37:19+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7b53706-9a16-11ed-980f-be8a623af766 | InvocationID=c7b53968-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:37:19+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6753e58-9a16-11ed-980f-be8a623af766 | InvocationID=d675404c-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:37:40+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3fd9972-9a16-11ed-980f-be8a623af766 | InvocationID=d3fd9b5c-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:37:40+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e8dc9e-9a16-11ed-980f-be8a623af766 | InvocationID=e2e8ee46-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:37:40+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e8dc9e-9a16-11ed-980f-be8a623af766 | InvocationID=e2e8ee46-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:37:40+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e8dc9e-9a16-11ed-980f-be8a623af766 | InvocationID=e2e8ee46-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:37:44+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6753e58-9a16-11ed-980f-be8a623af766 | InvocationID=d675404c-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:37:44+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5375318-9a16-11ed-980f-be8a623af766 | InvocationID=e53754bc-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:38:05+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e8dc9e-9a16-11ed-980f-be8a623af766 | InvocationID=e2e8ee46-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:38:05+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d38484-9a16-11ed-980f-be8a623af766 | InvocationID=f1d3866e-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:38:05+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d38484-9a16-11ed-980f-be8a623af766 | InvocationID=f1d3866e-9a16-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:38:05+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d38484-9a16-11ed-980f-be8a623af766 | InvocationID=f1d3866e-9a16-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:38:09+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5375318-9a16-11ed-980f-be8a623af766 | InvocationID=e53754bc-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:38:09+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f94f96-9a16-11ed-980f-be8a623af766 | InvocationID=f3f951e4-9a16-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:38:30+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d38484-9a16-11ed-980f-be8a623af766 | InvocationID=f1d3866e-9a16-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:38:30+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00be1676-9a17-11ed-980f-be8a623af766 | InvocationID=00be198c-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:38:30+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00be1676-9a17-11ed-980f-be8a623af766 | InvocationID=00be198c-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:38:30+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00be1676-9a17-11ed-980f-be8a623af766 | InvocationID=00be198c-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:38:33+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3f94f96-9a16-11ed-980f-be8a623af766 | InvocationID=f3f951e4-9a16-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:38:33+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bc84da-9a17-11ed-980f-be8a623af766 | InvocationID=02bc8692-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:38:55+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00be1676-9a17-11ed-980f-be8a623af766 | InvocationID=00be198c-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:38:55+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa8b9ac-9a17-11ed-980f-be8a623af766 | InvocationID=0fa8bc22-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:38:55+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa8b9ac-9a17-11ed-980f-be8a623af766 | InvocationID=0fa8bc22-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:38:55+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa8b9ac-9a17-11ed-980f-be8a623af766 | InvocationID=0fa8bc22-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:38:58+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02bc84da-9a17-11ed-980f-be8a623af766 | InvocationID=02bc8692-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:38:58+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=117d04e0-9a17-11ed-980f-be8a623af766 | InvocationID=117d068e-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:39:20+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa8b9ac-9a17-11ed-980f-be8a623af766 | InvocationID=0fa8bc22-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:39:20+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e981444-9a17-11ed-980f-be8a623af766 | InvocationID=1e9816c4-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:39:20+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e981444-9a17-11ed-980f-be8a623af766 | InvocationID=1e9816c4-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:39:20+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e981444-9a17-11ed-980f-be8a623af766 | InvocationID=1e9816c4-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:39:23+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=117d04e0-9a17-11ed-980f-be8a623af766 | InvocationID=117d068e-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:39:23+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203d6812-9a17-11ed-980f-be8a623af766 | InvocationID=203d69b6-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:39:45+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e981444-9a17-11ed-980f-be8a623af766 | InvocationID=1e9816c4-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:39:45+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d82957e-9a17-11ed-980f-be8a623af766 | InvocationID=2d82972c-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:39:45+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d82957e-9a17-11ed-980f-be8a623af766 | InvocationID=2d82972c-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:39:45+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d82957e-9a17-11ed-980f-be8a623af766 | InvocationID=2d82972c-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:39:48+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=203d6812-9a17-11ed-980f-be8a623af766 | InvocationID=203d69b6-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:39:48+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f046594-9a17-11ed-980f-be8a623af766 | InvocationID=2f046742-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:40:10+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d82957e-9a17-11ed-980f-be8a623af766 | InvocationID=2d82972c-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:40:10+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6d338c-9a17-11ed-980f-be8a623af766 | InvocationID=3c6d353a-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:40:10+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6d338c-9a17-11ed-980f-be8a623af766 | InvocationID=3c6d353a-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:40:10+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6d338c-9a17-11ed-980f-be8a623af766 | InvocationID=3c6d353a-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:40:12+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f046594-9a17-11ed-980f-be8a623af766 | InvocationID=2f046742-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:40:12+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc64624-9a17-11ed-980f-be8a623af766 | InvocationID=3dc64926-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:40:35+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6d338c-9a17-11ed-980f-be8a623af766 | InvocationID=3c6d353a-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:40:35+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b57bde0-9a17-11ed-980f-be8a623af766 | InvocationID=4b57bf8e-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:40:35+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b57bde0-9a17-11ed-980f-be8a623af766 | InvocationID=4b57bf8e-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:40:35+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b57bde0-9a17-11ed-980f-be8a623af766 | InvocationID=4b57bf8e-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:40:37+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc64624-9a17-11ed-980f-be8a623af766 | InvocationID=3dc64926-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:40:37+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8615ae-9a17-11ed-980f-be8a623af766 | InvocationID=4c861748-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:41:00+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b57bde0-9a17-11ed-980f-be8a623af766 | InvocationID=4b57bf8e-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:41:00+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a423e48-9a17-11ed-980f-be8a623af766 | InvocationID=5a423ff6-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:41:00+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a423e48-9a17-11ed-980f-be8a623af766 | InvocationID=5a423ff6-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:41:00+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a423e48-9a17-11ed-980f-be8a623af766 | InvocationID=5a423ff6-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:41:02+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c8615ae-9a17-11ed-980f-be8a623af766 | InvocationID=4c861748-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:41:02+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b4997dc-9a17-11ed-980f-be8a623af766 | InvocationID=5b49998a-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:41:25+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a423e48-9a17-11ed-980f-be8a623af766 | InvocationID=5a423ff6-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:41:25+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692cddb4-9a17-11ed-980f-be8a623af766 | InvocationID=692cdfe4-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:41:25+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692cddb4-9a17-11ed-980f-be8a623af766 | InvocationID=692cdfe4-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:41:25+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=692cddb4-9a17-11ed-980f-be8a623af766 | InvocationID=692cdfe4-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:41:27+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b4997dc-9a17-11ed-980f-be8a623af766 | InvocationID=5b49998a-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:41:27+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a09c9fe-9a17-11ed-980f-be8a623af766 | InvocationID=6a09cbf2-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:41:50+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=692cddb4-9a17-11ed-980f-be8a623af766 | InvocationID=692cdfe4-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:41:50+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78176b78-9a17-11ed-980f-be8a623af766 | InvocationID=78176dda-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:41:50+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78176b78-9a17-11ed-980f-be8a623af766 | InvocationID=78176dda-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:41:50+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78176b78-9a17-11ed-980f-be8a623af766 | InvocationID=78176dda-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:41:51+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a09c9fe-9a17-11ed-980f-be8a623af766 | InvocationID=6a09cbf2-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:41:51+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c9c8a4-9a17-11ed-980f-be8a623af766 | InvocationID=78c9ca98-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:42:15+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78176b78-9a17-11ed-980f-be8a623af766 | InvocationID=78176dda-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:42:15+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8703fbc4-9a17-11ed-980f-be8a623af766 | InvocationID=8703fe12-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:42:15+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8703fbc4-9a17-11ed-980f-be8a623af766 | InvocationID=8703fe12-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:42:15+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8703fbc4-9a17-11ed-980f-be8a623af766 | InvocationID=8703fe12-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:42:16+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78c9c8a4-9a17-11ed-980f-be8a623af766 | InvocationID=78c9ca98-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:42:16+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=878c703a-9a17-11ed-980f-be8a623af766 | InvocationID=878c71fc-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:42:40+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8703fbc4-9a17-11ed-980f-be8a623af766 | InvocationID=8703fe12-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:42:40+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ee8c44-9a17-11ed-980f-be8a623af766 | InvocationID=95ee8df2-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:42:40+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ee8c44-9a17-11ed-980f-be8a623af766 | InvocationID=95ee8df2-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:42:40+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95ee8c44-9a17-11ed-980f-be8a623af766 | InvocationID=95ee8df2-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:42:41+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=878c703a-9a17-11ed-980f-be8a623af766 | InvocationID=878c71fc-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:42:41+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964d1444-9a17-11ed-980f-be8a623af766 | InvocationID=964d169c-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:43:05+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95ee8c44-9a17-11ed-980f-be8a623af766 | InvocationID=95ee8df2-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:43:05+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d98150-9a17-11ed-980f-be8a623af766 | InvocationID=a4d983a8-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:43:05+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d98150-9a17-11ed-980f-be8a623af766 | InvocationID=a4d983a8-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:43:05+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4d98150-9a17-11ed-980f-be8a623af766 | InvocationID=a4d983a8-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:43:06+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=964d1444-9a17-11ed-980f-be8a623af766 | InvocationID=964d169c-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:43:06+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a50e34fe-9a17-11ed-980f-be8a623af766 | InvocationID=a50e3706-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:43:30+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4d98150-9a17-11ed-980f-be8a623af766 | InvocationID=a4d983a8-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:43:30+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c450c8-9a17-11ed-980f-be8a623af766 | InvocationID=b3c452bc-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:43:30+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c450c8-9a17-11ed-980f-be8a623af766 | InvocationID=b3c452bc-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:43:30+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c450c8-9a17-11ed-980f-be8a623af766 | InvocationID=b3c452bc-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:43:31+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a50e34fe-9a17-11ed-980f-be8a623af766 | InvocationID=a50e3706-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:43:31+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d00a8a-9a17-11ed-980f-be8a623af766 | InvocationID=b3d00c4c-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:43:55+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3d00a8a-9a17-11ed-980f-be8a623af766 | InvocationID=b3d00c4c-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:43:55+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c292ea42-9a17-11ed-980f-be8a623af766 | InvocationID=c292ec54-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:43:55+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c450c8-9a17-11ed-980f-be8a623af766 | InvocationID=b3c452bc-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:43:55+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2af3b0c-9a17-11ed-980f-be8a623af766 | InvocationID=c2af3c9c-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:43:55+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2af3b0c-9a17-11ed-980f-be8a623af766 | InvocationID=c2af3c9c-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:43:55+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2af3b0c-9a17-11ed-980f-be8a623af766 | InvocationID=c2af3c9c-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:44:20+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c292ea42-9a17-11ed-980f-be8a623af766 | InvocationID=c292ec54-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:44:20+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d155114a-9a17-11ed-980f-be8a623af766 | InvocationID=d15513b6-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:44:20+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2af3b0c-9a17-11ed-980f-be8a623af766 | InvocationID=c2af3c9c-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:44:20+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d199c308-9a17-11ed-980f-be8a623af766 | InvocationID=d199c4ac-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:44:21+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d199c308-9a17-11ed-980f-be8a623af766 | InvocationID=d199c4ac-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:44:21+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d199c308-9a17-11ed-980f-be8a623af766 | InvocationID=d199c4ac-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:44:45+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d155114a-9a17-11ed-980f-be8a623af766 | InvocationID=d15513b6-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:44:45+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e015bd42-9a17-11ed-980f-be8a623af766 | InvocationID=e015bf40-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:44:46+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d199c308-9a17-11ed-980f-be8a623af766 | InvocationID=d199c4ac-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:44:46+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0841652-9a17-11ed-980f-be8a623af766 | InvocationID=e0841846-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:44:46+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0841652-9a17-11ed-980f-be8a623af766 | InvocationID=e0841846-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:44:46+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0841652-9a17-11ed-980f-be8a623af766 | InvocationID=e0841846-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:45:10+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e015bd42-9a17-11ed-980f-be8a623af766 | InvocationID=e015bf40-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:45:10+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed5d2b8-9a17-11ed-980f-be8a623af766 | InvocationID=eed5d4ac-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:45:11+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0841652-9a17-11ed-980f-be8a623af766 | InvocationID=e0841846-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:45:11+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6ec702-9a17-11ed-980f-be8a623af766 | InvocationID=ef6ec8b0-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:45:11+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6ec702-9a17-11ed-980f-be8a623af766 | InvocationID=ef6ec8b0-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:45:11+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6ec702-9a17-11ed-980f-be8a623af766 | InvocationID=ef6ec8b0-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:45:34+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed5d2b8-9a17-11ed-980f-be8a623af766 | InvocationID=eed5d4ac-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:45:34+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd966bd2-9a17-11ed-980f-be8a623af766 | InvocationID=fd966d80-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:45:36+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6ec702-9a17-11ed-980f-be8a623af766 | InvocationID=ef6ec8b0-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:45:36+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5cbe2c-9a17-11ed-980f-be8a623af766 | InvocationID=fe5cbfee-9a17-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:45:36+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5cbe2c-9a17-11ed-980f-be8a623af766 | InvocationID=fe5cbfee-9a17-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:45:36+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe5cbe2c-9a17-11ed-980f-be8a623af766 | InvocationID=fe5cbfee-9a17-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:45:59+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd966bd2-9a17-11ed-980f-be8a623af766 | InvocationID=fd966d80-9a17-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:45:59+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c5e3e60-9a18-11ed-980f-be8a623af766 | InvocationID=0c5e42fc-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:46:01+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe5cbe2c-9a17-11ed-980f-be8a623af766 | InvocationID=fe5cbfee-9a17-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:46:01+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d48e848-9a18-11ed-980f-be8a623af766 | InvocationID=0d48ef0a-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:46:01+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d48e848-9a18-11ed-980f-be8a623af766 | InvocationID=0d48ef0a-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:46:01+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d48e848-9a18-11ed-980f-be8a623af766 | InvocationID=0d48ef0a-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:46:24+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c5e3e60-9a18-11ed-980f-be8a623af766 | InvocationID=0c5e42fc-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:46:24+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1f26b2-9a18-11ed-980f-be8a623af766 | InvocationID=1b1f28b0-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:46:26+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d48e848-9a18-11ed-980f-be8a623af766 | InvocationID=0d48ef0a-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:46:26+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c338f8e-9a18-11ed-980f-be8a623af766 | InvocationID=1c3391d2-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:46:26+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c338f8e-9a18-11ed-980f-be8a623af766 | InvocationID=1c3391d2-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:46:26+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c338f8e-9a18-11ed-980f-be8a623af766 | InvocationID=1c3391d2-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:46:49+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b1f26b2-9a18-11ed-980f-be8a623af766 | InvocationID=1b1f28b0-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:46:49+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29e01e2c-9a18-11ed-980f-be8a623af766 | InvocationID=29e01fe4-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:46:51+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c338f8e-9a18-11ed-980f-be8a623af766 | InvocationID=1c3391d2-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:46:51+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b1e8792-9a18-11ed-980f-be8a623af766 | InvocationID=2b1e89ea-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:46:51+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b1e8792-9a18-11ed-980f-be8a623af766 | InvocationID=2b1e89ea-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:46:51+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b1e8792-9a18-11ed-980f-be8a623af766 | InvocationID=2b1e89ea-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:47:13+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29e01e2c-9a18-11ed-980f-be8a623af766 | InvocationID=29e01fe4-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:47:13+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a16b3c-9a18-11ed-980f-be8a623af766 | InvocationID=38a16d30-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:47:16+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b1e8792-9a18-11ed-980f-be8a623af766 | InvocationID=2b1e89ea-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:47:16+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a098e0a-9a18-11ed-980f-be8a623af766 | InvocationID=3a098fb8-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:47:16+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a098e0a-9a18-11ed-980f-be8a623af766 | InvocationID=3a098fb8-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:47:16+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a098e0a-9a18-11ed-980f-be8a623af766 | InvocationID=3a098fb8-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:47:38+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38a16b3c-9a18-11ed-980f-be8a623af766 | InvocationID=38a16d30-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:47:38+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=476284f8-9a18-11ed-980f-be8a623af766 | InvocationID=47628714-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:47:41+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a098e0a-9a18-11ed-980f-be8a623af766 | InvocationID=3a098fb8-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:47:41+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48f54d46-9a18-11ed-980f-be8a623af766 | InvocationID=48f54f9e-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:47:41+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48f54d46-9a18-11ed-980f-be8a623af766 | InvocationID=48f54f9e-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:47:41+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48f54d46-9a18-11ed-980f-be8a623af766 | InvocationID=48f54f9e-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:48:03+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=476284f8-9a18-11ed-980f-be8a623af766 | InvocationID=47628714-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:48:03+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562858e6-9a18-11ed-980f-be8a623af766 | InvocationID=56285aee-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:48:06+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48f54d46-9a18-11ed-980f-be8a623af766 | InvocationID=48f54f9e-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:48:06+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57e02948-9a18-11ed-980f-be8a623af766 | InvocationID=57e02aec-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:48:06+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57e02948-9a18-11ed-980f-be8a623af766 | InvocationID=57e02aec-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:48:06+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57e02948-9a18-11ed-980f-be8a623af766 | InvocationID=57e02aec-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:48:28+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=562858e6-9a18-11ed-980f-be8a623af766 | InvocationID=56285aee-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:48:28+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64e87758-9a18-11ed-980f-be8a623af766 | InvocationID=64e88504-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:48:31+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57e02948-9a18-11ed-980f-be8a623af766 | InvocationID=57e02aec-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:48:31+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66cac454-9a18-11ed-980f-be8a623af766 | InvocationID=66cac6ac-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:48:31+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66cac454-9a18-11ed-980f-be8a623af766 | InvocationID=66cac6ac-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:48:31+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66cac454-9a18-11ed-980f-be8a623af766 | InvocationID=66cac6ac-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:48:52+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64e87758-9a18-11ed-980f-be8a623af766 | InvocationID=64e88504-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:48:52+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73a9ce22-9a18-11ed-980f-be8a623af766 | InvocationID=73a9cff8-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:48:56+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66cac454-9a18-11ed-980f-be8a623af766 | InvocationID=66cac6ac-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:48:56+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75b5218a-9a18-11ed-980f-be8a623af766 | InvocationID=75b5232e-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:48:56+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75b5218a-9a18-11ed-980f-be8a623af766 | InvocationID=75b5232e-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:48:56+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75b5218a-9a18-11ed-980f-be8a623af766 | InvocationID=75b5232e-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:49:17+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73a9ce22-9a18-11ed-980f-be8a623af766 | InvocationID=73a9cff8-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:49:17+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=826b2f78-9a18-11ed-980f-be8a623af766 | InvocationID=826b331a-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:49:21+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75b5218a-9a18-11ed-980f-be8a623af766 | InvocationID=75b5232e-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:49:21+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a22c06-9a18-11ed-980f-be8a623af766 | InvocationID=84a22e9a-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:49:21+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a22c06-9a18-11ed-980f-be8a623af766 | InvocationID=84a22e9a-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:49:21+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a22c06-9a18-11ed-980f-be8a623af766 | InvocationID=84a22e9a-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:49:42+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=826b2f78-9a18-11ed-980f-be8a623af766 | InvocationID=826b331a-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:49:42+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912f5282-9a18-11ed-980f-be8a623af766 | InvocationID=912f5642-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:49:46+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a22c06-9a18-11ed-980f-be8a623af766 | InvocationID=84a22e9a-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:49:46+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=938cf336-9a18-11ed-980f-be8a623af766 | InvocationID=938cf5f2-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:49:46+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=938cf336-9a18-11ed-980f-be8a623af766 | InvocationID=938cf5f2-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:49:46+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=938cf336-9a18-11ed-980f-be8a623af766 | InvocationID=938cf5f2-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:50:07+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912f5282-9a18-11ed-980f-be8a623af766 | InvocationID=912f5642-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:50:07+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ff047c2-9a18-11ed-980f-be8a623af766 | InvocationID=9ff04a9c-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:50:11+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=938cf336-9a18-11ed-980f-be8a623af766 | InvocationID=938cf5f2-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:50:11+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a277842e-9a18-11ed-980f-be8a623af766 | InvocationID=a277864a-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:50:11+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a277842e-9a18-11ed-980f-be8a623af766 | InvocationID=a277864a-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:50:11+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a277842e-9a18-11ed-980f-be8a623af766 | InvocationID=a277864a-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:50:31+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ff047c2-9a18-11ed-980f-be8a623af766 | InvocationID=9ff04a9c-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:50:31+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb0322c-9a18-11ed-980f-be8a623af766 | InvocationID=aeb0340c-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:50:36+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a277842e-9a18-11ed-980f-be8a623af766 | InvocationID=a277864a-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:50:36+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b16222aa-9a18-11ed-980f-be8a623af766 | InvocationID=b1622548-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:50:36+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b16222aa-9a18-11ed-980f-be8a623af766 | InvocationID=b1622548-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:50:36+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b16222aa-9a18-11ed-980f-be8a623af766 | InvocationID=b1622548-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:50:56+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeb0322c-9a18-11ed-980f-be8a623af766 | InvocationID=aeb0340c-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:50:56+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd71a106-9a18-11ed-980f-be8a623af766 | InvocationID=bd71a2fa-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:51:01+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b16222aa-9a18-11ed-980f-be8a623af766 | InvocationID=b1622548-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:51:01+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c04d7bd4-9a18-11ed-980f-be8a623af766 | InvocationID=c04d7da0-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:51:01+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c04d7bd4-9a18-11ed-980f-be8a623af766 | InvocationID=c04d7da0-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:51:01+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c04d7bd4-9a18-11ed-980f-be8a623af766 | InvocationID=c04d7da0-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:51:21+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd71a106-9a18-11ed-980f-be8a623af766 | InvocationID=bd71a2fa-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:51:21+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc318f6c-9a18-11ed-980f-be8a623af766 | InvocationID=cc3191c4-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:51:26+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c04d7bd4-9a18-11ed-980f-be8a623af766 | InvocationID=c04d7da0-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:51:26+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf387afe-9a18-11ed-980f-be8a623af766 | InvocationID=cf387d1a-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:51:26+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf387afe-9a18-11ed-980f-be8a623af766 | InvocationID=cf387d1a-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:51:26+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf387afe-9a18-11ed-980f-be8a623af766 | InvocationID=cf387d1a-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:51:46+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc318f6c-9a18-11ed-980f-be8a623af766 | InvocationID=cc3191c4-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:51:46+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf15a82-9a18-11ed-980f-be8a623af766 | InvocationID=daf15c62-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:51:51+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf387afe-9a18-11ed-980f-be8a623af766 | InvocationID=cf387d1a-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:51:51+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de231e7a-9a18-11ed-980f-be8a623af766 | InvocationID=de232122-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:51:51+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de231e7a-9a18-11ed-980f-be8a623af766 | InvocationID=de232122-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:51:51+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de231e7a-9a18-11ed-980f-be8a623af766 | InvocationID=de232122-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:52:10+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf15a82-9a18-11ed-980f-be8a623af766 | InvocationID=daf15c62-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:52:10+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b169ae-9a18-11ed-980f-be8a623af766 | InvocationID=e9b16b5c-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:52:16+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de231e7a-9a18-11ed-980f-be8a623af766 | InvocationID=de232122-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:52:16+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0e4d24-9a18-11ed-980f-be8a623af766 | InvocationID=ed0e4ff4-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:52:16+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0e4d24-9a18-11ed-980f-be8a623af766 | InvocationID=ed0e4ff4-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:52:16+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed0e4d24-9a18-11ed-980f-be8a623af766 | InvocationID=ed0e4ff4-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:52:35+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b169ae-9a18-11ed-980f-be8a623af766 | InvocationID=e9b16b5c-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:52:35+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f870f432-9a18-11ed-980f-be8a623af766 | InvocationID=f870f5ea-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:52:41+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed0e4d24-9a18-11ed-980f-be8a623af766 | InvocationID=ed0e4ff4-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:52:41+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf9342a-9a18-11ed-980f-be8a623af766 | InvocationID=fbf935ec-9a18-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:52:41+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf9342a-9a18-11ed-980f-be8a623af766 | InvocationID=fbf935ec-9a18-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:52:41+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf9342a-9a18-11ed-980f-be8a623af766 | InvocationID=fbf935ec-9a18-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:53:00+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f870f432-9a18-11ed-980f-be8a623af766 | InvocationID=f870f5ea-9a18-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:53:00+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0732038a-9a19-11ed-980f-be8a623af766 | InvocationID=0732063c-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:53:06+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf9342a-9a18-11ed-980f-be8a623af766 | InvocationID=fbf935ec-9a18-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:53:06+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ae365b4-9a19-11ed-980f-be8a623af766 | InvocationID=0ae368b6-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:53:06+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ae365b4-9a19-11ed-980f-be8a623af766 | InvocationID=0ae368b6-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:53:06+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ae365b4-9a19-11ed-980f-be8a623af766 | InvocationID=0ae368b6-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:53:25+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0732038a-9a19-11ed-980f-be8a623af766 | InvocationID=0732063c-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:53:25+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f1ef0c-9a19-11ed-980f-be8a623af766 | InvocationID=15f1f100-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:53:31+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ae365b4-9a19-11ed-980f-be8a623af766 | InvocationID=0ae368b6-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:53:31+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19cdf792-9a19-11ed-980f-be8a623af766 | InvocationID=19cdf9f4-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:53:31+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19cdf792-9a19-11ed-980f-be8a623af766 | InvocationID=19cdf9f4-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:53:31+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19cdf792-9a19-11ed-980f-be8a623af766 | InvocationID=19cdf9f4-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:53:49+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f1ef0c-9a19-11ed-980f-be8a623af766 | InvocationID=15f1f100-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:53:49+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b2ce08-9a19-11ed-980f-be8a623af766 | InvocationID=24b2cfca-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:53:56+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19cdf792-9a19-11ed-980f-be8a623af766 | InvocationID=19cdf9f4-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:53:56+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b9ae90-9a19-11ed-980f-be8a623af766 | InvocationID=28b9b070-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:53:56+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b9ae90-9a19-11ed-980f-be8a623af766 | InvocationID=28b9b070-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:53:56+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28b9ae90-9a19-11ed-980f-be8a623af766 | InvocationID=28b9b070-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:54:14+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24b2ce08-9a19-11ed-980f-be8a623af766 | InvocationID=24b2cfca-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:54:14+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33752bf2-9a19-11ed-980f-be8a623af766 | InvocationID=33752daa-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:54:21+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28b9ae90-9a19-11ed-980f-be8a623af766 | InvocationID=28b9b070-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:54:21+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a46ee0-9a19-11ed-980f-be8a623af766 | InvocationID=37a4711a-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:54:21+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a46ee0-9a19-11ed-980f-be8a623af766 | InvocationID=37a4711a-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:54:21+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37a46ee0-9a19-11ed-980f-be8a623af766 | InvocationID=37a4711a-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:54:39+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33752bf2-9a19-11ed-980f-be8a623af766 | InvocationID=33752daa-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:54:39+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423773ac-9a19-11ed-980f-be8a623af766 | InvocationID=42377564-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:54:46+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37a46ee0-9a19-11ed-980f-be8a623af766 | InvocationID=37a4711a-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:54:46+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46915c92-9a19-11ed-980f-be8a623af766 | InvocationID=46915e54-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:54:46+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46915c92-9a19-11ed-980f-be8a623af766 | InvocationID=46915e54-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:54:46+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46915c92-9a19-11ed-980f-be8a623af766 | InvocationID=46915e54-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:55:04+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=423773ac-9a19-11ed-980f-be8a623af766 | InvocationID=42377564-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:55:04+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f79e26-9a19-11ed-980f-be8a623af766 | InvocationID=50f7a0a6-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:55:11+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46915c92-9a19-11ed-980f-be8a623af766 | InvocationID=46915e54-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:55:11+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=557c011c-9a19-11ed-980f-be8a623af766 | InvocationID=557c0392-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:55:11+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=557c011c-9a19-11ed-980f-be8a623af766 | InvocationID=557c0392-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:55:11+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=557c011c-9a19-11ed-980f-be8a623af766 | InvocationID=557c0392-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:55:28+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50f79e26-9a19-11ed-980f-be8a623af766 | InvocationID=50f7a0a6-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:55:28+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fb96066-9a19-11ed-980f-be8a623af766 | InvocationID=5fb96232-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:55:36+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=557c011c-9a19-11ed-980f-be8a623af766 | InvocationID=557c0392-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:55:36+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=646721e8-9a19-11ed-980f-be8a623af766 | InvocationID=64672468-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:55:36+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=646721e8-9a19-11ed-980f-be8a623af766 | InvocationID=64672468-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:55:36+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=646721e8-9a19-11ed-980f-be8a623af766 | InvocationID=64672468-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:55:53+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fb96066-9a19-11ed-980f-be8a623af766 | InvocationID=5fb96232-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:55:53+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e7e6178-9a19-11ed-980f-be8a623af766 | InvocationID=6e7e631c-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:56:01+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=646721e8-9a19-11ed-980f-be8a623af766 | InvocationID=64672468-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:56:01+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7353d142-9a19-11ed-980f-be8a623af766 | InvocationID=7353d516-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:56:01+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7353d142-9a19-11ed-980f-be8a623af766 | InvocationID=7353d516-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:56:01+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7353d142-9a19-11ed-980f-be8a623af766 | InvocationID=7353d516-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:56:18+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e7e6178-9a19-11ed-980f-be8a623af766 | InvocationID=6e7e631c-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:56:18+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3ed2c4-9a19-11ed-980f-be8a623af766 | InvocationID=7d3ed8dc-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:56:26+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7353d142-9a19-11ed-980f-be8a623af766 | InvocationID=7353d516-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:56:26+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=823e5628-9a19-11ed-980f-be8a623af766 | InvocationID=823e597a-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:56:26+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=823e5628-9a19-11ed-980f-be8a623af766 | InvocationID=823e597a-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:56:26+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=823e5628-9a19-11ed-980f-be8a623af766 | InvocationID=823e597a-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:56:43+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d3ed2c4-9a19-11ed-980f-be8a623af766 | InvocationID=7d3ed8dc-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:56:43+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c009054-9a19-11ed-980f-be8a623af766 | InvocationID=8c009310-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:56:51+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=823e5628-9a19-11ed-980f-be8a623af766 | InvocationID=823e597a-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:56:51+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91295318-9a19-11ed-980f-be8a623af766 | InvocationID=91295502-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:56:51+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91295318-9a19-11ed-980f-be8a623af766 | InvocationID=91295502-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:56:51+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91295318-9a19-11ed-980f-be8a623af766 | InvocationID=91295502-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:57:07+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c009054-9a19-11ed-980f-be8a623af766 | InvocationID=8c009310-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:57:07+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac2041a-9a19-11ed-980f-be8a623af766 | InvocationID=9ac2064a-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:57:16+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91295318-9a19-11ed-980f-be8a623af766 | InvocationID=91295502-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:57:16+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a013f2fc-9a19-11ed-980f-be8a623af766 | InvocationID=a013f586-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:57:16+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a013f2fc-9a19-11ed-980f-be8a623af766 | InvocationID=a013f586-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:57:16+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a013f2fc-9a19-11ed-980f-be8a623af766 | InvocationID=a013f586-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:57:32+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ac2041a-9a19-11ed-980f-be8a623af766 | InvocationID=9ac2064a-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:57:32+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9834978-9a19-11ed-980f-be8a623af766 | InvocationID=a9834b44-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:57:41+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a013f2fc-9a19-11ed-980f-be8a623af766 | InvocationID=a013f586-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:57:41+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aefe8d2c-9a19-11ed-980f-be8a623af766 | InvocationID=aefe8f98-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:57:41+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aefe8d2c-9a19-11ed-980f-be8a623af766 | InvocationID=aefe8f98-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:57:41+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aefe8d2c-9a19-11ed-980f-be8a623af766 | InvocationID=aefe8f98-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:57:57+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9834978-9a19-11ed-980f-be8a623af766 | InvocationID=a9834b44-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:57:57+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8467476-9a19-11ed-980f-be8a623af766 | InvocationID=b846767e-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:58:06+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aefe8d2c-9a19-11ed-980f-be8a623af766 | InvocationID=aefe8f98-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:58:06+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde994c6-9a19-11ed-980f-be8a623af766 | InvocationID=bde99732-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:58:06+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde994c6-9a19-11ed-980f-be8a623af766 | InvocationID=bde99732-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:58:06+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bde994c6-9a19-11ed-980f-be8a623af766 | InvocationID=bde99732-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:58:22+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8467476-9a19-11ed-980f-be8a623af766 | InvocationID=b846767e-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:58:22+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7081960-9a19-11ed-980f-be8a623af766 | InvocationID=c7082162-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:58:31+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bde994c6-9a19-11ed-980f-be8a623af766 | InvocationID=bde99732-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:58:31+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd84e50-9a19-11ed-980f-be8a623af766 | InvocationID=ccd85062-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:58:32+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd84e50-9a19-11ed-980f-be8a623af766 | InvocationID=ccd85062-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:58:32+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccd84e50-9a19-11ed-980f-be8a623af766 | InvocationID=ccd85062-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:58:46+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7081960-9a19-11ed-980f-be8a623af766 | InvocationID=c7082162-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:58:46+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c970ac-9a19-11ed-980f-be8a623af766 | InvocationID=d5c9757a-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:58:57+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccd84e50-9a19-11ed-980f-be8a623af766 | InvocationID=ccd85062-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:58:57+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc4ee1e-9a19-11ed-980f-be8a623af766 | InvocationID=dbc4f0da-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:58:57+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc4ee1e-9a19-11ed-980f-be8a623af766 | InvocationID=dbc4f0da-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:58:57+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbc4ee1e-9a19-11ed-980f-be8a623af766 | InvocationID=dbc4f0da-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:59:11+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5c970ac-9a19-11ed-980f-be8a623af766 | InvocationID=d5c9757a-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:59:11+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48aeed6-9a19-11ed-980f-be8a623af766 | InvocationID=e48af08e-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:59:22+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbc4ee1e-9a19-11ed-980f-be8a623af766 | InvocationID=dbc4f0da-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:59:22+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab2ac2c-9a19-11ed-980f-be8a623af766 | InvocationID=eab2ae0c-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:59:22+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab2ac2c-9a19-11ed-980f-be8a623af766 | InvocationID=eab2ae0c-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:59:22+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eab2ac2c-9a19-11ed-980f-be8a623af766 | InvocationID=eab2ae0c-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:59:36+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48aeed6-9a19-11ed-980f-be8a623af766 | InvocationID=e48af08e-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T05:59:36+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f34be0e2-9a19-11ed-980f-be8a623af766 | InvocationID=f34be29a-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T05:59:47+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eab2ac2c-9a19-11ed-980f-be8a623af766 | InvocationID=eab2ae0c-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T05:59:47+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f99d8838-9a19-11ed-980f-be8a623af766 | InvocationID=f99d8b44-9a19-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T05:59:47+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f99d8838-9a19-11ed-980f-be8a623af766 | InvocationID=f99d8b44-9a19-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T05:59:47+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f99d8838-9a19-11ed-980f-be8a623af766 | InvocationID=f99d8b44-9a19-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T06:00:01+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f34be0e2-9a19-11ed-980f-be8a623af766 | InvocationID=f34be29a-9a19-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T06:00:01+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020dfc00-9a1a-11ed-980f-be8a623af766 | InvocationID=020dfdfe-9a1a-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T06:00:12+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f99d8838-9a19-11ed-980f-be8a623af766 | InvocationID=f99d8b44-9a19-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T06:00:12+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=088a69ce-9a1a-11ed-980f-be8a623af766 | InvocationID=088a6bd6-9a1a-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T06:00:12+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=088a69ce-9a1a-11ed-980f-be8a623af766 | InvocationID=088a6bd6-9a1a-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T06:00:12+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=088a69ce-9a1a-11ed-980f-be8a623af766 | InvocationID=088a6bd6-9a1a-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T06:00:26+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=020dfc00-9a1a-11ed-980f-be8a623af766 | InvocationID=020dfdfe-9a1a-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T06:00:26+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d0e748-9a1a-11ed-980f-be8a623af766 | InvocationID=10d0e932-9a1a-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T06:00:37+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=088a69ce-9a1a-11ed-980f-be8a623af766 | InvocationID=088a6bd6-9a1a-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T06:00:37+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17754256-9a1a-11ed-980f-be8a623af766 | InvocationID=17754486-9a1a-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-22T06:00:37+0000 | policy_event_thread | 140219367246624 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17754256-9a1a-11ed-980f-be8a623af766 | InvocationID=17754486-9a1a-11ed-980f-be8a623af766 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T06:00:37+0000 | policy_event_thread | 140219367246624 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17754256-9a1a-11ed-980f-be8a623af766 | InvocationID=17754486-9a1a-11ed-980f-be8a623af766 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-22T06:00:50+0000 | aai_event_thread | 140219366185760 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d0e748-9a1a-11ed-980f-be8a623af766 | InvocationID=10d0e932-9a1a-11ed-980f-be8a623af766 | Polling MR for XNF AAI events. 2023-01-22T06:00:50+0000 | aai_event_thread | 140219366185760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f90f890-9a1a-11ed-980f-be8a623af766 | InvocationID=1f90fb10-9a1a-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-22T06:01:02+0000 | policy_event_thread | 140219367246624 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17754256-9a1a-11ed-980f-be8a623af766 | InvocationID=17754486-9a1a-11ed-980f-be8a623af766 | Polling MR for XNF activation/deactivation policy response events. 2023-01-22T06:01:02+0000 | policy_event_thread | 140219367246624 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265fdeca-9a1a-11ed-980f-be8a623af766 | InvocationID=265fe082-9a1a-11ed-980f-be8a623af766 | Fetching messages from MR topic: http://message-router:39