By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2023-01-06T03:02:47+0000 | MainThread | 140057524530504 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2023-01-06T03:02:47+0000 | MainThread | 140057524530504 | 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'}}}}[0m 2023-01-06T03:02:47+0000 | MainThread | 140057524530504 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2023-01-06T03:02:47+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:02:47+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9956b862-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=9956baec-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:02:47+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2023-01-06T03:02:47+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=995b4792-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=995b4904-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:02:47+0000 | MainThread | 140057524530504 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server[0m 2023-01-06T03:02:47+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9956b862-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=9956baec-8d6e-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:02:47+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9956b862-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=9956baec-8d6e-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:02:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=995b4792-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=995b4904-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:02:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=995b4792-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=995b4904-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:03:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=995b4792-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=995b4904-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:03:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5750c66-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a5750fa4-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:03:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5750c66-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a5750fa4-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:03:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5750c66-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a5750fa4-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:03:12+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9956b862-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=9956baec-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:03:12+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a86828c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a8682ae8-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:03:13+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a86828c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a8682ae8-8d6e-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:03:13+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a86828c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a8682ae8-8d6e-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:03:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5750c66-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a5750fa4-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:03:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b167bdca-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b167bfe6-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:03:28+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b167bdca-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b167bfe6-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:03:28+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b167bdca-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b167bfe6-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:03:38+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a86828c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=a8682ae8-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:03:38+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b755aef4-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b755b0b6-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:03:38+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b755aef4-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b755b0b6-8d6e-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:03:38+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b755aef4-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b755b0b6-8d6e-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:03:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b167bdca-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b167bfe6-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:03:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5a4490-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=bd5a4b84-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:03:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5a4490-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=bd5a4b84-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:03:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd5a4490-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=bd5a4b84-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:04:03+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b755aef4-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=b755b0b6-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:04:03+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64291c0-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c64294c2-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:04:03+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64291c0-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c64294c2-8d6e-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:04:03+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64291c0-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c64294c2-8d6e-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:04:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd5a4490-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=bd5a4b84-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:04:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94c4744-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c94c499c-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:04:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94c4744-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c94c499c-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:04:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c94c4744-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c94c499c-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:04:28+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64291c0-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c64294c2-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:04:28+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52e83e2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d52e8900-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:04:28+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52e83e2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d52e8900-8d6e-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:04:28+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52e83e2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d52e8900-8d6e-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:04:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c94c4744-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=c94c499c-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:04:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53f0294-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d53f04d8-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:04:28+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53f0294-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d53f04d8-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:04:28+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d53f0294-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d53f04d8-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:04:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d53f0294-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d53f04d8-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:04:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e12f705c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e12f72c8-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:04:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e12f705c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e12f72c8-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:04:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e12f705c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e12f72c8-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:04:53+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52e83e2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=d52e8900-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:04:53+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e41a9ca6-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e41a9f80-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:04:53+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e41a9ca6-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e41a9f80-8d6e-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:04:53+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e41a9ca6-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e41a9f80-8d6e-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:05:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e12f705c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e12f72c8-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:05:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed20d892-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=ed20da72-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:05:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed20d892-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=ed20da72-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:05:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed20d892-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=ed20da72-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:05:18+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e41a9ca6-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=e41a9f80-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:05:18+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f305e20c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f305e5cc-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:05:18+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f305e20c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f305e5cc-8d6e-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:05:18+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f305e20c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f305e5cc-8d6e-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:05:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed20d892-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=ed20da72-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:05:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f910e8c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f910ecdc-8d6e-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:05:28+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f910e8c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f910ecdc-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:05:28+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f910e8c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f910ecdc-8d6e-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:05:43+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f305e20c-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f305e5cc-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:05:43+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01f41c5c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=01f41e32-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:05:43+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01f41c5c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=01f41e32-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:05:43+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01f41c5c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=01f41e32-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:05:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f910e8c2-8d6e-11ed-aa6b-3e7b4cef5245 | InvocationID=f910ecdc-8d6e-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:05:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0502a166-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=0502a396-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:05:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0502a166-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=0502a396-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:05:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0502a166-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=0502a396-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:06:08+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01f41c5c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=01f41e32-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:06:08+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10dfa6a0-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10dfa8d0-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:06:08+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10dfa6a0-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10dfa8d0-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:06:08+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10dfa6a0-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10dfa8d0-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:06:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0502a166-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=0502a396-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:06:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f2e788-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10f2e9b8-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:06:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f2e788-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10f2e9b8-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:06:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10f2e788-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10f2e9b8-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:06:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10f2e788-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10f2e9b8-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:06:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce31086-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1ce312de-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:06:28+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce31086-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1ce312de-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:06:28+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ce31086-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1ce312de-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:06:33+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10dfa6a0-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=10dfa8d0-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:06:33+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fcaf2aa-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1fcaf46c-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:06:33+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fcaf2aa-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1fcaf46c-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:06:33+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fcaf2aa-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1fcaf46c-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:06:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ce31086-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1ce312de-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:06:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d76c98-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=28d77300-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:06:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d76c98-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=28d77300-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:06:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28d76c98-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=28d77300-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:06:58+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fcaf2aa-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=1fcaf46c-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:06:58+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb86d06-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=2eb86edc-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:06:58+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb86d06-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=2eb86edc-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:06:58+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eb86d06-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=2eb86edc-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:07:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28d76c98-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=28d77300-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:07:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ca1abe-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=34ca1d20-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:07:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ca1abe-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=34ca1d20-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:07:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34ca1abe-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=34ca1d20-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:07:23+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eb86d06-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=2eb86edc-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:07:23+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da3c78e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=3da3c9be-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:07:23+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da3c78e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=3da3c9be-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:07:23+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da3c78e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=3da3c9be-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:07:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34ca1abe-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=34ca1d20-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:07:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40bac198-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=40bac472-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:07:28+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40bac198-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=40bac472-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:07:28+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40bac198-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=40bac472-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:07:48+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da3c78e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=3da3c9be-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:07:48+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8ea020-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4c8ea264-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:07:48+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8ea020-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4c8ea264-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:07:48+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c8ea020-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4c8ea264-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:07:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40bac198-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=40bac472-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:07:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cace9d6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4caceca6-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:07:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cace9d6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4caceca6-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:07:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cace9d6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4caceca6-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:08:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cace9d6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4caceca6-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:08:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589fb4da-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=589fb732-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:08:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589fb4da-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=589fb732-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:08:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=589fb4da-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=589fb732-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:08:13+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c8ea020-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=4c8ea264-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:08:13+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7c5154-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=5b7c537a-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:08:13+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7c5154-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=5b7c537a-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:08:13+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7c5154-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=5b7c537a-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:08:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=589fb4da-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=589fb732-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:08:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64919c2c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=64919f10-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:08:28+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64919c2c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=64919f10-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:08:28+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64919c2c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=64919f10-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:08:38+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7c5154-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=5b7c537a-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:08:38+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a676208-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=6a6764f6-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:08:38+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a676208-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=6a6764f6-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:08:38+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a676208-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=6a6764f6-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:08:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64919c2c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=64919f10-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:08:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70824bbc-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=70824e5a-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:08:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70824bbc-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=70824e5a-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:08:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70824bbc-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=70824e5a-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:09:03+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a676208-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=6a6764f6-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:09:03+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=795224c4-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=795226a4-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:09:03+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=795224c4-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=795226a4-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:09:03+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=795224c4-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=795226a4-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:09:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70824bbc-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=70824e5a-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:09:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c737658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=7c73786a-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:09:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c737658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=7c73786a-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:09:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c737658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=7c73786a-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:09:28+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=795224c4-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=795226a4-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:09:28+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=883f4f84-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=883f515a-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:09:28+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=883f4f84-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=883f515a-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:09:28+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=883f4f84-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=883f515a-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:09:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c737658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=7c73786a-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:09:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8864039c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=886405b8-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:09:28+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8864039c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=886405b8-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:09:28+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8864039c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=886405b8-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:09:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8864039c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=886405b8-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:09:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9454fd6e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=9454ffe4-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:09:48+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9454fd6e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=9454ffe4-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:09:48+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9454fd6e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=9454ffe4-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:09:53+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=883f4f84-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=883f515a-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:09:53+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=972bd7a6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=972bda08-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:09:53+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=972bd7a6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=972bda08-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:09:53+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=972bd7a6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=972bda08-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:10:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9454fd6e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=9454ffe4-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:10:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a045c658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a045c82e-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:10:08+0000 | aai_event_thread | 140057473792800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a045c658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a045c82e-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:10:08+0000 | aai_event_thread | 140057473792800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a045c658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a045c82e-8d6f-11ed-aa6b-3e7b4cef5245 | 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[0m 2023-01-06T03:10:18+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=972bd7a6-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=972bda08-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:10:18+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6190248-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a619040a-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:10:18+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6190248-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a619040a-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:10:18+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6190248-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a619040a-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:10:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a045c658-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a045c82e-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:10:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac363a2e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=ac363ed4-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:10:43+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6190248-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=a619040a-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:10:43+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b504d660-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=b504dae8-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:10:43+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b504d660-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=b504dae8-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:10:43+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b504d660-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=b504dae8-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:10:53+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac363a2e-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=ac363ed4-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:10:53+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0f319a-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=bb0f3398-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:11:08+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b504d660-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=b504dae8-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:11:08+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f243e2-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=c3f24694-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:11:08+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f243e2-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=c3f24694-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:11:08+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f243e2-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=c3f24694-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:11:13+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb0f319a-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=bb0f3398-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:11:13+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c711fbd0-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=c711fda6-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:11:33+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f243e2-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=c3f24694-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:11:33+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e06a50-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=d2e06d66-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:11:33+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e06a50-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=d2e06d66-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:11:33+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e06a50-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=d2e06d66-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:11:33+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c711fbd0-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=c711fda6-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:11:33+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d306ccf4-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=d306cf1a-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:11:54+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d306ccf4-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=d306cf1a-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:11:54+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defe05cc-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=defe0824-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:11:58+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e06a50-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=d2e06d66-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:11:58+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cea586-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=e1cea752-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:11:58+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cea586-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=e1cea752-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:11:58+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cea586-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=e1cea752-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:12:14+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=defe05cc-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=defe0824-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:12:14+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb07e676-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=eb07e8d8-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:12:23+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cea586-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=e1cea752-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:12:23+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b9e236-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=f0b9e4d4-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:12:23+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b9e236-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=f0b9e4d4-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:12:23+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b9e236-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=f0b9e4d4-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:12:34+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb07e676-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=eb07e8d8-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:12:34+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7486154-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=f748635c-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:12:48+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b9e236-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=f0b9e4d4-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:12:48+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa6129c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=ffa614c2-8d6f-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:12:48+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa6129c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=ffa614c2-8d6f-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:12:48+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa6129c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=ffa614c2-8d6f-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:12:59+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7486154-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=f748635c-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:12:59+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=060bc8a2-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=060bcb7c-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:13:13+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa6129c-8d6f-11ed-aa6b-3e7b4cef5245 | InvocationID=ffa614c2-8d6f-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:13:13+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e948978-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=0e948c3e-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:13:13+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e948978-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=0e948c3e-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:13:13+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e948978-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=0e948c3e-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:13:24+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=060bc8a2-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=060bcb7c-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:13:24+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14cd5f22-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=14cd610c-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:13:38+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e948978-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=0e948c3e-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:13:38+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7fae18-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=1d7fb05c-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:13:38+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7fae18-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=1d7fb05c-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:13:38+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7fae18-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=1d7fb05c-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:13:49+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14cd5f22-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=14cd610c-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:13:49+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238f6262-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=238f6460-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:14:03+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7fae18-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=1d7fb05c-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:14:03+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6b12b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=2c6b149e-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:14:03+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6b12b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=2c6b149e-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:14:03+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c6b12b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=2c6b149e-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:14:13+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=238f6262-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=238f6460-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:14:13+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3250d3ee-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=3250d5e2-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:14:28+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c6b12b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=2c6b149e-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:14:28+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b5636fa-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=3b5638f8-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:14:28+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b5636fa-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=3b5638f8-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:14:28+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b5636fa-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=3b5638f8-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:14:38+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3250d3ee-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=3250d5e2-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:14:38+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4112f86c-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4112fb46-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:14:53+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b5636fa-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=3b5638f8-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:14:54+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a414d62-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4a414f56-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:14:54+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a414d62-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4a414f56-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:14:54+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a414d62-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4a414f56-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:15:03+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4112f86c-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4112fb46-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:15:03+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd3338a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4fd33588-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:15:19+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a414d62-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4a414f56-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:15:19+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592c3364-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=592c3576-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:15:19+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592c3364-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=592c3576-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:15:19+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=592c3364-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=592c3576-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:15:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fd3338a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=4fd33588-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:15:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e990318-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=5e990566-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:15:44+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=592c3364-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=592c3576-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:15:44+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=681766b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=681768bc-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:15:44+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=681766b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=681768bc-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:15:44+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=681766b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=681768bc-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:15:52+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e990318-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=5e990566-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:15:52+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d59679e-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=6d59697e-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:16:09+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=681766b4-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=681768bc-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:16:09+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77036df8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=7703797e-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:16:09+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77036df8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=7703797e-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:16:09+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77036df8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=7703797e-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:16:17+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d59679e-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=6d59697e-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:16:17+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c1ba918-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=7c1bac9c-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:16:34+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77036df8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=7703797e-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:16:34+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f22e94-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=85f230e2-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:16:34+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f22e94-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=85f230e2-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:16:34+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85f22e94-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=85f230e2-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:16:42+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c1ba918-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=7c1bac9c-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:16:42+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8add5316-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=8add5500-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:16:59+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85f22e94-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=85f230e2-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:16:59+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ddd930-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=94dddc6e-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:16:59+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ddd930-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=94dddc6e-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:16:59+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ddd930-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=94dddc6e-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:17:07+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8add5316-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=8add5500-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:17:07+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=999e3e1a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=999e40a4-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:17:24+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ddd930-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=94dddc6e-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:17:24+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c922d8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=a3c9254e-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:17:24+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c922d8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=a3c9254e-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:17:24+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c922d8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=a3c9254e-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:17:31+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=999e3e1a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=999e40a4-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:17:31+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8615e6e-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=a8616918-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:17:49+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c922d8-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=a3c9254e-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:17:49+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b42a36-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=b2b42c48-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:17:49+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b42a36-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=b2b42c48-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:17:49+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2b42a36-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=b2b42c48-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:17:56+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8615e6e-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=a8616918-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:17:56+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b722c2bc-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=b722c762-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:18:14+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2b42a36-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=b2b42c48-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:18:14+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19f0f34-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=c19f1146-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:18:14+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19f0f34-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=c19f1146-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:18:14+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c19f0f34-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=c19f1146-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:18:21+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b722c2bc-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=b722c762-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:18:21+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5e48fec-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=c5e4926c-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:18:39+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c19f0f34-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=c19f1146-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:18:39+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d08a035a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=d08a06ca-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:18:39+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d08a035a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=d08a06ca-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:18:39+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d08a035a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=d08a06ca-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:18:46+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5e48fec-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=c5e4926c-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:18:46+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a9efcc-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=d4a9f1fc-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:19:04+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d08a035a-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=d08a06ca-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:19:04+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df75147c-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=df751698-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:19:04+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df75147c-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=df751698-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:19:04+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df75147c-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=df751698-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:19:10+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4a9efcc-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=d4a9f1fc-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:19:10+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36b713e-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=e36b7332-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:19:29+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df75147c-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=df751698-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:19:29+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee601630-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=ee6018e2-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:19:29+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee601630-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=ee6018e2-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:19:29+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee601630-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=ee6018e2-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:19:35+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e36b713e-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=e36b7332-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:19:35+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22ec810-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=f22eca18-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:19:54+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee601630-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=ee6018e2-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:19:54+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd4d3448-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=fd4d3650-8d70-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:19:54+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd4d3448-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=fd4d3650-8d70-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:19:54+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd4d3448-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=fd4d3650-8d70-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:20:00+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f22ec810-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=f22eca18-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:20:00+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f15890-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=00f15b74-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:20:19+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd4d3448-8d70-11ed-aa6b-3e7b4cef5245 | InvocationID=fd4d3650-8d70-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:20:19+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c385988-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=0c385c58-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:20:19+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c385988-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=0c385c58-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:20:19+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c385988-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=0c385c58-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:20:25+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00f15890-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=00f15b74-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:20:25+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fb1e8d6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=0fb1ec00-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:20:44+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c385988-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=0c385c58-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:20:44+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b23da12-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=1b23dc6a-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:20:44+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b23da12-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=1b23dc6a-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:20:44+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b23da12-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=1b23dc6a-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:20:49+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fb1e8d6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=0fb1ec00-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:20:49+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e71f1cc-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=1e71f3c0-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:21:09+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b23da12-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=1b23dc6a-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:21:09+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0f79aa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=2a0f7e1e-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:21:09+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0f79aa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=2a0f7e1e-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:21:09+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0f79aa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=2a0f7e1e-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:21:14+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e71f1cc-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=1e71f3c0-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:21:14+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3473ce-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=2d3475cc-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:21:34+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0f79aa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=2a0f7e1e-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:21:34+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38fab164-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=38fab36c-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:21:34+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38fab164-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=38fab36c-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:21:34+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38fab164-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=38fab36c-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:21:39+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d3473ce-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=2d3475cc-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:21:39+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf56ddc-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=3bf56fda-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:21:59+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38fab164-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=38fab36c-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:21:59+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e7edd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=47e7f024-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:21:59+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e7edd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=47e7f024-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:21:59+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e7edd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=47e7f024-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:22:04+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bf56ddc-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=3bf56fda-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:22:04+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4abc757c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=4abc7784-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:22:24+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e7edd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=47e7f024-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:22:24+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d33ad0-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=56d33cc4-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:22:24+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d33ad0-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=56d33cc4-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:22:24+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56d33ad0-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=56d33cc4-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:22:29+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4abc757c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=4abc7784-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:22:29+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59819858-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=59819a60-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:22:49+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56d33ad0-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=56d33cc4-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:22:49+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bf763a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=65bf78ec-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:22:49+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bf763a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=65bf78ec-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:22:49+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bf763a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=65bf78ec-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:22:53+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59819858-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=59819a60-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:22:53+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6842c5e2-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=6842c862-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:23:14+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bf763a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=65bf78ec-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:23:14+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b1d386-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=74b1d656-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:23:14+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b1d386-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=74b1d656-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:23:14+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74b1d386-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=74b1d656-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:23:18+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6842c5e2-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=6842c862-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:23:18+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=770412f2-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=770414e6-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:23:39+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74b1d386-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=74b1d656-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:23:39+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839d808e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=839d837c-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:23:39+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839d808e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=839d837c-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:23:39+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839d808e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=839d837c-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:23:43+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=770412f2-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=770414e6-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:23:43+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85c7331e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=85c73706-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:24:04+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839d808e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=839d837c-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:24:04+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=928ad3c6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=928ad5e2-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:24:04+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=928ad3c6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=928ad5e2-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:24:04+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=928ad3c6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=928ad5e2-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:24:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85c7331e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=85c73706-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:24:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9488018a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=948807c0-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:24:29+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=928ad3c6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=928ad5e2-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:24:29+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a176c7fa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=a176cb2e-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:24:29+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a176c7fa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=a176cb2e-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:24:29+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a176c7fa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=a176cb2e-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:24:32+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9488018a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=948807c0-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:24:32+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a34bdb92-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=a34bde76-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:24:54+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a176c7fa-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=a176cb2e-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:24:54+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b061ee20-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=b061f104-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:24:54+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b061ee20-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=b061f104-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:24:54+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b061ee20-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=b061f104-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:24:57+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a34bdb92-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=a34bde76-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:24:57+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b20c3474-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=b20c3d66-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:25:19+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b061ee20-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=b061f104-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:25:19+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4d1e5a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=bf4d206c-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:25:19+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4d1e5a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=bf4d206c-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:25:19+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf4d1e5a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=bf4d206c-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:25:22+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b20c3474-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=b20c3d66-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:25:22+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0cfd678-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=c0cfdaf6-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:25:44+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf4d1e5a-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=bf4d206c-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:25:44+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce38acd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ce38afa6-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:25:44+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce38acd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ce38afa6-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:25:44+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce38acd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ce38afa6-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:25:47+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0cfd678-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=c0cfdaf6-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:25:47+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf901a88-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=cf901e3e-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:26:09+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce38acd6-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ce38afa6-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:26:09+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd23992c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=dd239b2a-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:26:09+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd23992c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=dd239b2a-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:26:09+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd23992c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=dd239b2a-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:26:11+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf901a88-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=cf901e3e-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:26:11+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de51f47e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=de51fa00-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:26:34+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd23992c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=dd239b2a-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:26:34+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec0ee66c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ec0ee8a6-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:26:34+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec0ee66c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ec0ee8a6-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:26:34+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec0ee66c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ec0ee8a6-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:26:36+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de51f47e-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=de51fa00-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:26:36+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed137c12-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ed13820c-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:26:59+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec0ee66c-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ec0ee8a6-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:26:59+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fafa69f8-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=fafa6c00-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:27:00+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fafa69f8-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=fafa6c00-8d71-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:27:00+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fafa69f8-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=fafa6c00-8d71-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:27:01+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed137c12-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=ed13820c-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:27:01+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbd45f28-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=fbd46130-8d71-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:27:25+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fafa69f8-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=fafa6c00-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:27:25+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e5f3c4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=09e5f61c-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:27:25+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e5f3c4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=09e5f61c-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:27:25+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09e5f3c4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=09e5f61c-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:27:26+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbd45f28-8d71-11ed-aa6b-3e7b4cef5245 | InvocationID=fbd46130-8d71-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:27:26+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a96b614-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=0a96b952-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:27:50+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09e5f3c4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=09e5f61c-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:27:50+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d10504-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=18d10f5e-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:27:50+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d10504-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=18d10f5e-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:27:50+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18d10504-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=18d10f5e-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:27:50+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a96b614-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=0a96b952-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:27:50+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=195d8cae-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=195d8f4c-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:28:15+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18d10504-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=18d10f5e-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:28:15+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27bcefd8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=27bcf3d4-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:28:15+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27bcefd8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=27bcf3d4-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:28:15+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27bcefd8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=27bcf3d4-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:28:15+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=195d8cae-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=195d8f4c-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:28:15+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281defc2-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=281df1d4-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:28:40+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27bcefd8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=27bcf3d4-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:28:40+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a7f97a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=36a7fbdc-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:28:40+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a7f97a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=36a7fbdc-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:28:40+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a7f97a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=36a7fbdc-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:28:40+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=281defc2-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=281df1d4-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:28:40+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36de3e54-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=36de4106-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:29:05+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a7f97a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=36a7fbdc-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:29:05+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459358da-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=45935fb0-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:29:05+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459358da-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=45935fb0-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:29:05+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459358da-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=45935fb0-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:29:05+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36de3e54-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=36de4106-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:29:05+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459ff75c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=459ffa36-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:29:29+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=459ff75c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=459ffa36-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:29:29+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5461ad9e-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=5461b00a-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:29:30+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459358da-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=45935fb0-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:29:30+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5480177a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=5480196e-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:29:30+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5480177a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=5480196e-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:29:30+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5480177a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=5480196e-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:29:54+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5461ad9e-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=5461b00a-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:29:54+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=632229e4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=63222d4a-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:29:55+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5480177a-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=5480196e-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:29:55+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636b47aa-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=636b49f8-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:29:55+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636b47aa-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=636b49f8-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:29:55+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636b47aa-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=636b49f8-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:30:19+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=632229e4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=63222d4a-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:30:19+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e33766-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=71e33a86-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:30:20+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636b47aa-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=636b49f8-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:30:20+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725645c6-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=725648f0-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:30:20+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725645c6-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=725648f0-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:30:20+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725645c6-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=725648f0-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:30:44+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71e33766-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=71e33a86-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:30:44+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80a44cb8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=80a44eb6-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:30:45+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725645c6-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=725648f0-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:30:45+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8141cc54-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=8141ce7a-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:30:45+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8141cc54-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=8141ce7a-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:30:45+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8141cc54-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=8141ce7a-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:31:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80a44cb8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=80a44eb6-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:31:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f6441c2-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=8f644500-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:31:10+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8141cc54-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=8141ce7a-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:31:10+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902cd2fe-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=902cd4e8-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:31:10+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902cd2fe-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=902cd4e8-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:31:10+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902cd2fe-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=902cd4e8-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:31:33+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f6441c2-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=8f644500-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:31:33+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2ce614-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=9e2ce808-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:31:35+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902cd2fe-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=902cd4e8-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:31:35+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f17a618-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=9f17a80c-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:31:35+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f17a618-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=9f17a80c-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:31:35+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f17a618-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=9f17a80c-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:31:58+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e2ce614-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=9e2ce808-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:31:58+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acee9ada-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=acee9ce2-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:32:00+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f17a618-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=9f17a80c-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:32:00+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae027a7c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=ae027cde-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:32:00+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae027a7c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=ae027cde-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:32:00+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae027a7c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=ae027cde-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:32:23+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acee9ada-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=acee9ce2-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:32:23+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbaee520-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=bbaee7aa-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:32:25+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae027a7c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=ae027cde-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:32:25+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bced3914-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=bced3afe-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:32:25+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bced3914-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=bced3afe-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:32:25+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bced3914-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=bced3afe-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:32:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbaee520-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=bbaee7aa-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:32:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca7031b8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=ca703474-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:32:50+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bced3914-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=bced3afe-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:32:50+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbd834d8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=cbd8378a-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:32:50+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbd834d8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=cbd8378a-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:32:50+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbd834d8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=cbd8378a-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:33:12+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca7031b8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=ca703474-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:33:12+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d93081d0-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=d93083ce-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:33:15+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbd834d8-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=cbd8378a-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:33:15+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dac65326-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=dac655e2-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:33:15+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dac65326-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=dac655e2-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:33:15+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dac65326-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=dac655e2-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:33:37+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d93081d0-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=d93083ce-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:33:37+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f142a4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=e7f14556-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:33:40+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dac65326-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=dac655e2-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:33:40+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b14eae-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=e9b1512e-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:33:40+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b14eae-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=e9b1512e-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:33:40+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b14eae-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=e9b1512e-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:34:02+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7f142a4-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=e7f14556-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:34:02+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b1cb4c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=f6b1cda4-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:34:05+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b14eae-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=e9b1512e-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:34:05+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f89c4342-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=f89c459a-8d72-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:34:05+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f89c4342-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=f89c459a-8d72-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:34:05+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f89c4342-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=f89c459a-8d72-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:34:27+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6b1cb4c-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=f6b1cda4-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:34:27+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0572129a-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=057214a2-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:34:30+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f89c4342-8d72-11ed-aa6b-3e7b4cef5245 | InvocationID=f89c459a-8d72-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:34:30+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07876d82-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=07876f94-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:34:30+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07876d82-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=07876f94-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:34:30+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07876d82-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=07876f94-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:34:51+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0572129a-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=057214a2-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:34:51+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1431f840-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=1431fa52-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:34:55+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07876d82-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=07876f94-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:34:55+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1672cd5a-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=1672cf6c-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:34:55+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1672cd5a-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=1672cf6c-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:34:55+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1672cd5a-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=1672cf6c-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:35:16+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1431f840-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=1431fa52-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:35:16+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f36472-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=22f3667a-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:35:20+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1672cd5a-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=1672cf6c-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:35:20+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=255e13e2-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=255e1734-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:35:20+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=255e13e2-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=255e1734-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:35:20+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=255e13e2-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=255e1734-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:35:41+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22f36472-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=22f3667a-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:35:41+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31b3bfe8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=31b3c290-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:35:45+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=255e13e2-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=255e1734-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:35:45+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344a0d84-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=344a114e-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:35:45+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344a0d84-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=344a114e-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:35:45+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344a0d84-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=344a114e-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:36:06+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31b3bfe8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=31b3c290-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:36:06+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4074a7ea-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=4074ac68-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:36:10+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344a0d84-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=344a114e-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:36:10+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=433538a0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=43353a8a-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:36:10+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=433538a0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=43353a8a-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:36:10+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=433538a0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=43353a8a-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:36:30+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4074a7ea-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=4074ac68-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:36:30+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f38cb94-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=4f38cef0-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:36:35+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=433538a0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=43353a8a-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:36:35+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=521ffd28-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=521fff1c-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:36:35+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=521ffd28-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=521fff1c-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:36:35+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=521ffd28-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=521fff1c-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:36:55+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f38cb94-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=4f38cef0-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:36:55+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dfcb5f0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=5dfcb8e8-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:37:00+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=521ffd28-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=521fff1c-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:37:00+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610b2b96-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=610b2de4-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:37:00+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610b2b96-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=610b2de4-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:37:00+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=610b2b96-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=610b2de4-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:37:20+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dfcb5f0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=5dfcb8e8-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:37:20+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cbc9df8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=6cbca0fa-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:37:25+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=610b2b96-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=610b2de4-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:37:25+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ff62cdc-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=6ff62f98-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:37:25+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ff62cdc-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=6ff62f98-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:37:25+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ff62cdc-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=6ff62f98-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:37:45+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cbc9df8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=6cbca0fa-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:37:45+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b809c5e-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=7b809e7a-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:37:50+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ff62cdc-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=6ff62f98-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:37:50+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee12dbe-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=7ee148f8-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:37:50+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee12dbe-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=7ee148f8-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:37:50+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ee12dbe-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=7ee148f8-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:38:09+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b809c5e-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=7b809e7a-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:38:09+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a4235d6-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=8a423824-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:38:15+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ee12dbe-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=7ee148f8-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:38:15+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dccab78-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=8dccae52-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:38:15+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dccab78-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=8dccae52-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:38:15+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dccab78-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=8dccae52-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:38:34+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a4235d6-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=8a423824-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:38:34+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=990787a6-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=9907899a-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:38:40+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dccab78-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=8dccae52-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:38:40+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb7dd88-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=9cb7df7c-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:38:40+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb7dd88-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=9cb7df7c-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:38:40+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cb7dd88-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=9cb7df7c-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:38:59+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=990787a6-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=9907899a-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:38:59+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7c7c68e-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=a7c7c8fa-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:39:05+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cb7dd88-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=9cb7df7c-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:39:05+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aba3dc02-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=aba3de0a-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:39:05+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aba3dc02-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=aba3de0a-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:39:05+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aba3dc02-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=aba3de0a-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:39:24+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7c7c68e-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=a7c7c8fa-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:39:24+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6893a36-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=b6893cfc-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:39:30+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aba3dc02-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=aba3de0a-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:39:30+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba8efee0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=ba8f00e8-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:39:30+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba8efee0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=ba8f00e8-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:39:30+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba8efee0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=ba8f00e8-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:39:48+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6893a36-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=b6893cfc-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:39:48+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c549b000-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=c549b1cc-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:39:55+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba8efee0-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=ba8f00e8-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:39:55+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c979f6a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=c979faa4-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:39:55+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c979f6a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=c979faa4-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:39:55+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c979f6a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=c979faa4-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:40:13+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c549b000-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=c549b1cc-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:40:13+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d40a1738-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=d40a19ea-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:40:20+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c979f6a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=c979faa4-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:40:20+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d864f7a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=d864fa96-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:40:20+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d864f7a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=d864fa96-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:40:20+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d864f7a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=d864fa96-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:40:38+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d40a1738-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=d40a19ea-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:40:38+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2cc6348-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=e2cc660e-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:40:45+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d864f7a8-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=d864fa96-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:40:45+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7506824-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=e7506a2c-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:40:46+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7506824-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=e7506a2c-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:40:46+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7506824-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=e7506a2c-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:41:03+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2cc6348-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=e2cc660e-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:41:03+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18c9d6c-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=f18c9f6a-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:41:11+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7506824-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=e7506a2c-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:41:11+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f63b8a80-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=f63b8c74-8d73-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:41:11+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f63b8a80-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=f63b8c74-8d73-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:41:11+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f63b8a80-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=f63b8c74-8d73-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:41:27+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f18c9d6c-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=f18c9f6a-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:41:27+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=004d99dc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=004d9cac-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:41:36+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f63b8a80-8d73-11ed-aa6b-3e7b4cef5245 | InvocationID=f63b8c74-8d73-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:41:36+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05267c58-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=05267e6a-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:41:36+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05267c58-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=05267e6a-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:41:36+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05267c58-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=05267e6a-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:41:52+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=004d99dc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=004d9cac-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:41:52+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1096ae-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=0f109960-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:42:01+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05267c58-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=05267e6a-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:42:01+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1411bfc0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=1411c1d2-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:42:01+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1411bfc0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=1411c1d2-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:42:01+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1411bfc0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=1411c1d2-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:42:17+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f1096ae-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=0f109960-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:42:17+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd09e00-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=1dd0a008-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:42:26+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1411bfc0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=1411c1d2-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:42:26+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fe2118-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=22fe24f6-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:42:26+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fe2118-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=22fe24f6-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:42:26+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22fe2118-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=22fe24f6-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:42:42+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dd09e00-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=1dd0a008-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:42:42+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c923caa-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=2c924902-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:42:51+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22fe2118-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=22fe24f6-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:42:51+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31e915fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=31e91804-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:42:51+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31e915fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=31e91804-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:42:51+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31e915fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=31e91804-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:43:06+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c923caa-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=2c924902-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:43:06+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b553bc0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=3b553e7c-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:43:16+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31e915fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=31e91804-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:43:16+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40d894fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=40d896f0-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:43:16+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40d894fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=40d896f0-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:43:16+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40d894fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=40d896f0-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:43:31+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b553bc0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=3b553e7c-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:43:31+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a163b50-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=4a163d58-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:43:41+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40d894fc-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=40d896f0-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:43:41+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc59e9c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=4fc5ae28-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:43:41+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc59e9c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=4fc5ae28-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:43:41+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fc59e9c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=4fc5ae28-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:43:56+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a163b50-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=4a163d58-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:43:56+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58d8b712-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=58d8b988-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:44:06+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fc59e9c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=4fc5ae28-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:44:06+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eb0e9c0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=5eb0ece0-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:44:06+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eb0e9c0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=5eb0ece0-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:44:06+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eb0e9c0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=5eb0ece0-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:44:21+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58d8b712-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=58d8b988-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:44:21+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67994a0a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=67994d16-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:44:31+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eb0e9c0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=5eb0ece0-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:44:31+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9cfa50-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=6d9cfec4-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:44:31+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9cfa50-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=6d9cfec4-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:44:31+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d9cfa50-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=6d9cfec4-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:44:45+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67994a0a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=67994d16-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:44:45+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=765becaa-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=765bf006-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:44:56+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d9cfa50-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=6d9cfec4-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:44:56+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c88f334-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=7c88f51e-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:44:56+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c88f334-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=7c88f51e-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:44:56+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c88f334-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=7c88f51e-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:45:10+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=765becaa-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=765bf006-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:45:10+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=851d89d8-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=851d8bd6-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:45:21+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c88f334-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=7c88f51e-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:45:21+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b73b5e6-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=8b73b7da-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:45:21+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b73b5e6-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=8b73b7da-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:45:21+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b73b5e6-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=8b73b7da-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:45:35+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=851d89d8-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=851d8bd6-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:45:35+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93de4c3c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=93de4e3a-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:45:46+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b73b5e6-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=8b73b7da-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:45:46+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a5eb402-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=9a5eb614-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:45:46+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a5eb402-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=9a5eb614-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:45:46+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a5eb402-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=9a5eb614-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:46:00+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93de4c3c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=93de4e3a-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:46:00+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29fdee8-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=a29fe1e0-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:46:11+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a5eb402-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=9a5eb614-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:46:11+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a949b124-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=a949b32c-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:46:11+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a949b124-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=a949b32c-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:46:11+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a949b124-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=a949b32c-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:46:24+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a29fdee8-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=a29fe1e0-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:46:24+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15fad64-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=b15fb0e8-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:46:36+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a949b124-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=a949b32c-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:46:36+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8350c6a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=b8350f30-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:46:36+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8350c6a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=b8350f30-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:46:36+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8350c6a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=b8350f30-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:46:49+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b15fad64-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=b15fb0e8-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:46:49+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0211c52-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=c0211e5a-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:47:01+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8350c6a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=b8350f30-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:47:01+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c721193a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=c7211bb0-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:47:01+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c721193a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=c7211bb0-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:47:01+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c721193a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=c7211bb0-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:47:14+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0211c52-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=c0211e5a-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:47:14+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee20102-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=cee20300-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:47:26+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c721193a-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=c7211bb0-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:47:26+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d60cbf6c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=d60cc282-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:47:26+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d60cbf6c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=d60cc282-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:47:26+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d60cbf6c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=d60cc282-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:47:39+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cee20102-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=cee20300-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:47:39+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda3c7c0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=dda3c9dc-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:47:51+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d60cbf6c-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=d60cc282-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:47:51+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4f8b332-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=e4f8b5f8-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:47:51+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4f8b332-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=e4f8b5f8-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:47:51+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4f8b332-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=e4f8b5f8-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:48:04+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dda3c7c0-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=dda3c9dc-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:48:04+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec66dcd4-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=ec66df22-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:48:16+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4f8b332-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=e4f8b5f8-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:48:16+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3e494ce-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=f3e49744-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:48:16+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3e494ce-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=f3e49744-8d74-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:48:16+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3e494ce-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=f3e49744-8d74-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:48:28+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec66dcd4-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=ec66df22-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:48:28+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb288628-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=fb28883a-8d74-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:48:41+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3e494ce-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=f3e49744-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:48:41+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02cfac1c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=02cfaea6-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:48:41+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02cfac1c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=02cfaea6-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:48:41+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02cfac1c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=02cfaea6-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:48:53+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb288628-8d74-11ed-aa6b-3e7b4cef5245 | InvocationID=fb28883a-8d74-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:48:53+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e88be0-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=09e88e7e-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:49:06+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02cfac1c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=02cfaea6-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:49:06+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11bac162-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=11bac63a-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:49:06+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11bac162-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=11bac63a-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:49:06+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11bac162-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=11bac63a-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:49:18+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09e88be0-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=09e88e7e-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:49:18+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18a9ae7a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=18a9b082-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:49:31+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11bac162-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=11bac63a-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:49:31+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20a77ae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=20a77e0e-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:49:31+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20a77ae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=20a77e0e-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:49:31+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20a77ae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=20a77e0e-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:49:43+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18a9ae7a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=18a9b082-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:49:43+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=276cd86a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=276cdb6c-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:49:56+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20a77ae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=20a77e0e-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:49:56+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f940e0a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=2f941058-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:49:56+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f940e0a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=2f941058-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:49:56+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f940e0a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=2f941058-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:50:07+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=276cd86a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=276cdb6c-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:50:07+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3630ba06-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=3630c0c8-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:50:21+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f940e0a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=2f941058-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:50:21+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e802818-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=3e802aac-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:50:21+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e802818-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=3e802aac-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:50:21+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e802818-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=3e802aac-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:50:32+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3630ba06-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=3630c0c8-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:50:32+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44f4a232-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=44f4afca-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:50:46+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e802818-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=3e802aac-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:50:46+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d6e096c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=4d6e0bf6-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:50:46+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d6e096c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=4d6e0bf6-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:50:46+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d6e096c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=4d6e0bf6-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:50:57+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44f4a232-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=44f4afca-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:50:57+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b6c23c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=53b6c44e-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:51:11+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d6e096c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=4d6e0bf6-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:51:11+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c59aae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=5c59afb2-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:51:11+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c59aae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=5c59afb2-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:51:11+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c59aae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=5c59afb2-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:51:22+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53b6c23c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=53b6c44e-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:51:22+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=627a082e-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=627a0ab8-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:51:36+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c59aae4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=5c59afb2-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:51:36+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b44d7a4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=6b44da06-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:51:36+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b44d7a4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=6b44da06-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:51:36+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b44d7a4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=6b44da06-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:51:46+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=627a082e-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=627a0ab8-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:51:46+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=713a0ea4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=713a1200-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:52:01+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b44d7a4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=6b44da06-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:52:01+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a2f8138-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=7a2f8336-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:52:01+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a2f8138-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=7a2f8336-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:52:01+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a2f8138-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=7a2f8336-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:52:11+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=713a0ea4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=713a1200-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:52:11+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80011838-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=80011a2c-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:52:26+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a2f8138-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=7a2f8336-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:52:26+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=891aa97a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=891aab8c-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:52:26+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=891aa97a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=891aab8c-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:52:26+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=891aa97a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=891aab8c-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:52:36+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80011838-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=80011a2c-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:52:36+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed1cf92-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=8ed1d190-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:52:51+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=891aa97a-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=891aab8c-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:52:51+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9808ad60-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=9808af54-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:52:52+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9808ad60-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=9808af54-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:52:52+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9808ad60-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=9808af54-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:53:01+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ed1cf92-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=8ed1d190-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:53:01+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9267b2-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=9d926a5a-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:53:17+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9808ad60-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=9808af54-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:53:17+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f787e2-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=a6f78b3e-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:53:17+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f787e2-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=a6f78b3e-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:53:17+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6f787e2-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=a6f78b3e-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:53:26+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d9267b2-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=9d926a5a-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:53:26+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac55f0ca-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=ac55f2c8-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:53:42+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6f787e2-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=a6f78b3e-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:53:42+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e49a4c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=b5e49d94-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:53:42+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e49a4c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=b5e49d94-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:53:42+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e49a4c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=b5e49d94-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:53:50+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac55f0ca-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=ac55f2c8-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:53:50+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb16666c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=bb16686a-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:54:07+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e49a4c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=b5e49d94-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:54:07+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4cfd5e4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=c4cfd7ce-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:54:07+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4cfd5e4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=c4cfd7ce-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:54:07+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4cfd5e4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=c4cfd7ce-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:54:15+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb16666c-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=bb16686a-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:54:15+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d72c86-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=c9d72f88-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:54:32+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4cfd5e4-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=c4cfd7ce-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:54:32+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3baa192-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=d3baa480-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:54:32+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3baa192-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=d3baa480-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:54:32+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3baa192-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=d3baa480-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:54:40+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d72c86-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=c9d72f88-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:54:40+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89993ee-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=d89996fa-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:54:57+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3baa192-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=d3baa480-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:54:57+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2a6a084-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=e2a6a282-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:54:57+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2a6a084-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=e2a6a282-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:54:57+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2a6a084-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=e2a6a282-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:55:05+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89993ee-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=d89996fa-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:55:05+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e759b5da-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=e759b878-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:55:22+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2a6a084-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=e2a6a282-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:55:22+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1917448-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=f19176e6-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:55:22+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1917448-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=f19176e6-8d75-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:55:22+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1917448-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=f19176e6-8d75-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:55:29+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e759b5da-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=e759b878-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:55:29+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61caf96-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=f61cb2ca-8d75-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:55:47+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1917448-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=f19176e6-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:55:47+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=007c474e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=007c4942-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:55:47+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=007c474e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=007c4942-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:55:47+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=007c474e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=007c4942-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:55:54+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f61caf96-8d75-11ed-aa6b-3e7b4cef5245 | InvocationID=f61cb2ca-8d75-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:55:54+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04dfb0f0-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=04dfb3ac-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:56:12+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=007c474e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=007c4942-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:56:12+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f6fd202-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=0f6fd496-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:56:12+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f6fd202-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=0f6fd496-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:56:12+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f6fd202-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=0f6fd496-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:56:19+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04dfb0f0-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=04dfb3ac-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:56:19+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a15f80-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=13a162be-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:56:37+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f6fd202-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=0f6fd496-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:56:37+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e5ac268-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=1e5ac588-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:56:37+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e5ac268-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=1e5ac588-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:56:37+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e5ac268-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=1e5ac588-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:56:44+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13a15f80-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=13a162be-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:56:44+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226d3ffc-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=226d42fe-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:57:02+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e5ac268-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=1e5ac588-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:57:02+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d462b0a-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=2d462cfe-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:57:02+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d462b0a-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=2d462cfe-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:57:02+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d462b0a-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=2d462cfe-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:57:08+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=226d3ffc-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=226d42fe-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:57:08+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312e20c4-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=312e22b8-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:57:27+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d462b0a-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=2d462cfe-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:57:27+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c31d934-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=3c31db28-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:57:27+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c31d934-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=3c31db28-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:57:27+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c31d934-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=3c31db28-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:57:33+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312e20c4-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=312e22b8-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:57:33+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fefd490-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=3fefd724-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:57:52+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c31d934-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=3c31db28-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:57:52+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1d12ec-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=4b1d160c-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:57:52+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1d12ec-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=4b1d160c-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:57:52+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1d12ec-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=4b1d160c-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:57:58+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fefd490-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=3fefd724-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:57:58+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb08e8e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=4eb09082-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:58:17+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1d12ec-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=4b1d160c-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:58:17+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a081a86-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=5a081ce8-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:58:17+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a081a86-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=5a081ce8-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:58:17+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a081a86-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=5a081ce8-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:58:23+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eb08e8e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=4eb09082-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:58:23+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d71af98-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=5d71b18c-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:58:42+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a081a86-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=5a081ce8-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:58:42+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f4295e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=68f42d46-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:58:42+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f4295e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=68f42d46-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:58:42+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f4295e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=68f42d46-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:58:47+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d71af98-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=5d71b18c-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:58:47+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c35bbd2-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=6c35bdda-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:59:07+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f4295e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=68f42d46-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:59:07+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77deac8c-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=77deaeda-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:59:07+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77deac8c-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=77deaeda-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:59:07+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77deac8c-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=77deaeda-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:59:12+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c35bbd2-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=6c35bdda-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:59:12+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7af73484-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=7af73682-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:59:32+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77deac8c-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=77deaeda-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:59:32+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c9e6c6-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=86c9e900-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:59:32+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c9e6c6-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=86c9e900-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:59:32+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86c9e6c6-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=86c9e900-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:59:37+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7af73484-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=7af73682-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T03:59:37+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b793ec-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=89b79658-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T03:59:57+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86c9e6c6-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=86c9e900-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T03:59:57+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b53f32-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=95b54130-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T03:59:57+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b53f32-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=95b54130-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T03:59:57+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b53f32-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=95b54130-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T04:00:02+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b793ec-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=89b79658-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T04:00:02+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=987fa5f4-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=987fa7fc-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-06T04:00:22+0000 | policy_event_thread | 140057474853664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b53f32-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=95b54130-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-06T04:00:22+0000 | policy_event_thread | 140057474853664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a0d93e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=a4a0db46-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-06T04:00:22+0000 | policy_event_thread | 140057474853664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a0d93e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=a4a0db46-8d76-11ed-aa6b-3e7b4cef5245 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T04:00:22+0000 | policy_event_thread | 140057474853664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4a0d93e-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=a4a0db46-8d76-11ed-aa6b-3e7b4cef5245 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-06T04:00:27+0000 | aai_event_thread | 140057473792800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=987fa5f4-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=987fa7fc-8d76-11ed-aa6b-3e7b4cef5245 | Polling MR for XNF AAI events.[0m 2023-01-06T04:00:27+0000 | aai_event_thread | 140057473792800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a740697a-8d76-11ed-aa6b-3e7b4cef5245 | InvocationID=a7406c54-8d76-11ed-aa6b-3e7b4cef5245 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m