/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-24T23:03:28+0000 | MainThread | 140703554506056 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-11-24T23:03:28+0000 | MainThread | 140703554506056 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-11-24T23:03:28+0000 | MainThread | 140703554506056 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-11-24T23:03:28+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:03:28+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-11-24T23:03:28+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358566d2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35856b32-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:03:28+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35864a0c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35864bba-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:03:29+0000 | MainThread | 140703554506056 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-11-24T23:03:29+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358566d2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35856b32-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:03:29+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=358566d2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35856b32-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:03:29+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35864a0c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35864bba-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:03:29+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35864a0c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35864bba-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:03:49+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35864a0c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35864bba-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:03:49+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41d4e7be-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=41d4ea48-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:03:49+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41d4e7be-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=41d4ea48-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:03:49+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41d4e7be-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=41d4ea48-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:03:54+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=358566d2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=35856b32-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:03:54+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ca993c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=44ca9aea-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:03:54+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ca993c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=44ca9aea-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:03:54+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ca993c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=44ca9aea-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:04:09+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41d4e7be-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=41d4ea48-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:04:09+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc74864-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=4dc749c2-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:04:09+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc74864-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=4dc749c2-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:04:09+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dc74864-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=4dc749c2-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:04:19+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ca993c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=44ca9aea-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:04:19+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b7109c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=53b71254-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:04:19+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b7109c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=53b71254-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:04:19+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53b7109c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=53b71254-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:04:29+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dc74864-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=4dc749c2-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:04:29+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b7dd5a-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=59b7dec2-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:04:29+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b7dd5a-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=59b7dec2-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:04:29+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59b7dd5a-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=59b7dec2-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:04:44+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53b7109c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=53b71254-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:04:44+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a3233e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=62a32a5a-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:04:44+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a3233e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=62a32a5a-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:04:44+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a3233e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=62a32a5a-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:04:49+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59b7dd5a-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=59b7dec2-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:04:49+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65a82cbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=65a82e9e-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:04:49+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65a82cbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=65a82e9e-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:04:49+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65a82cbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=65a82e9e-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:05:09+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a3233e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=62a32a5a-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:05:09+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=718f1812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=718f19d4-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:05:09+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=718f1812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=718f19d4-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:05:09+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=718f1812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=718f19d4-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:05:09+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65a82cbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=65a82e9e-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:05:09+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7197e67c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7197e7f8-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:05:09+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7197e67c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7197e7f8-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:05:09+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7197e67c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7197e7f8-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:05:29+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7197e67c-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7197e7f8-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:05:29+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d87d83e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7d87d9ba-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:05:29+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d87d83e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7d87d9ba-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:05:29+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d87d83e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7d87d9ba-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:05:34+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=718f1812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=718f19d4-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:05:34+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=807b7d52-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=807b7ee2-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:05:34+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=807b7d52-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=807b7ee2-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:05:34+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=807b7d52-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=807b7ee2-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:05:49+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d87d83e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=7d87d9ba-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:05:49+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89776812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=89776c72-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:05:49+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89776812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=89776c72-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:05:49+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89776812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=89776c72-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:05:59+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=807b7d52-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=807b7ee2-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:05:59+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f671524-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=8f67168c-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:05:59+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f671524-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=8f67168c-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:05:59+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f671524-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=8f67168c-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:06:09+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89776812-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=89776c72-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:06:09+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95697372-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=95697566-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:06:09+0000 | aai_event_thread | 140703503764256 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95697372-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=95697566-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:06:09+0000 | aai_event_thread | 140703503764256 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95697372-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=95697566-6c4c-11ed-ac1c-96db2e551bf3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-24T23:06:24+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f671524-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=8f67168c-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:06:24+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e51ccbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=9e51ce58-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:06:24+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e51ccbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=9e51ce58-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:06:24+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e51ccbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=9e51ce58-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:06:29+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95697372-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=95697566-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:06:29+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a15a9472-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=a15a97ec-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:06:49+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e51ccbe-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=9e51ce58-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:06:49+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3d0ac2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=ad3d0c52-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:06:49+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3d0ac2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=ad3d0c52-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:06:49+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3d0ac2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=ad3d0c52-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:06:54+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a15a9472-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=a15a97ec-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:06:54+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aff057ec-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=aff05940-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:07:14+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aff057ec-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=aff05940-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:07:14+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe882ae-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=bbe884fc-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:07:14+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3d0ac2-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=ad3d0c52-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:07:14+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc29b3a0-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=bc29b6b6-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:07:14+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc29b3a0-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=bc29b6b6-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:07:14+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc29b3a0-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=bc29b6b6-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:07:34+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbe882ae-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=bbe884fc-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:07:34+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7dd3c94-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=c7dd409a-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:07:39+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc29b3a0-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=bc29b6b6-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:07:39+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb14a4ec-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=cb14a6e0-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:07:39+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb14a4ec-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=cb14a6e0-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:07:39+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb14a4ec-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=cb14a6e0-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:07:54+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7dd3c94-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=c7dd409a-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:07:54+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3da8574-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=d3da8740-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:08:04+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb14a4ec-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=cb14a6e0-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:08:04+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da017066-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=da017232-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:08:04+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da017066-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=da017232-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:08:04+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da017066-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=da017232-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:08:14+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3da8574-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=d3da8740-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:08:14+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe64948-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=dfe64ace-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:08:29+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da017066-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=da017232-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:08:29+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8ebca18-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=e8ebcc3e-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:08:29+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8ebca18-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=e8ebcc3e-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:08:29+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8ebca18-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=e8ebcc3e-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:08:35+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfe64948-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=dfe64ace-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:08:35+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec298576-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=ec2986e8-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:08:54+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8ebca18-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=e8ebcc3e-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:08:54+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d6cadc-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=f7d6cc4e-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:08:54+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d6cadc-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=f7d6cc4e-6c4c-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:08:54+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d6cadc-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=f7d6cc4e-6c4c-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:09:00+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec298576-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=ec2986e8-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:09:00+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faedc05e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=faedc234-6c4c-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:09:19+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d6cadc-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=f7d6cc4e-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:09:19+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c15d96-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=06c15f62-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:09:20+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c15d96-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=06c15f62-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:09:20+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c15d96-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=06c15f62-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:09:24+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faedc05e-6c4c-11ed-ac1c-96db2e551bf3 | InvocationID=faedc234-6c4c-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:09:24+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09afd672-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=09afdf96-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:09:45+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c15d96-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=06c15f62-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:09:45+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ace0b4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=15ace26c-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:09:45+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ace0b4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=15ace26c-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:09:45+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ace0b4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=15ace26c-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:09:49+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09afd672-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=09afdf96-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:09:49+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1872f680-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=1872f810-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:10:10+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ace0b4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=15ace26c-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:10:10+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2497e362-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=2497e4f2-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:10:10+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2497e362-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=2497e4f2-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:10:10+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2497e362-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=2497e4f2-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:10:14+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1872f680-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=1872f810-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:10:14+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27359a60-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=27359bc8-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:10:35+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2497e362-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=2497e4f2-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:10:35+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338301f4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=33830406-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:10:35+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338301f4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=33830406-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:10:35+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=338301f4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=33830406-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:10:39+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27359a60-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=27359bc8-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:10:39+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35f728c0-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=35f72a32-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:11:00+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=338301f4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=33830406-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:11:00+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426f468c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=426f48c6-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:11:00+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426f468c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=426f48c6-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:11:00+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426f468c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=426f48c6-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:11:03+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35f728c0-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=35f72a32-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:11:03+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b9621a-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=44b96436-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:11:25+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426f468c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=426f48c6-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:11:25+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5159c492-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=5159c65e-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:11:25+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5159c492-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=5159c65e-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:11:25+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5159c492-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=5159c65e-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:11:28+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44b9621a-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=44b96436-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:11:28+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=537f0282-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=537f03e0-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:11:50+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5159c492-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=5159c65e-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:11:50+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6044bdf4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6044bf8e-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:11:50+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6044bdf4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6044bf8e-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:11:50+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6044bdf4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6044bf8e-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:11:53+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=537f0282-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=537f03e0-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:11:53+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6240ad84-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6240aee2-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:12:15+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6044bdf4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6044bf8e-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:12:15+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2f9e24-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6f2f9fdc-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:12:15+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2f9e24-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6f2f9fdc-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:12:15+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f2f9e24-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6f2f9fdc-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:12:18+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6240ad84-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6240aee2-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:12:18+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71025c1e-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=71025dae-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:12:40+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f2f9e24-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=6f2f9fdc-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:12:40+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e1b6292-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=7e1b6468-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:12:40+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e1b6292-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=7e1b6468-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:12:40+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e1b6292-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=7e1b6468-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:12:43+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71025c1e-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=71025dae-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:12:43+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fc4fbc6-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=7fc4fd42-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:13:05+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e1b6292-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=7e1b6468-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:13:05+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d067b2a-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=8d067dbe-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:13:05+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d067b2a-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=8d067dbe-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:13:05+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d067b2a-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=8d067dbe-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:13:07+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fc4fbc6-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=7fc4fd42-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:13:07+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e8733ae-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=8e87355c-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:13:30+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d067b2a-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=8d067dbe-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:13:30+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bf103da-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=9bf10542-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:13:30+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bf103da-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=9bf10542-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:13:30+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bf103da-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=9bf10542-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:13:32+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e8733ae-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=8e87355c-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:13:32+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d494940-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=9d494b0c-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:13:55+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bf103da-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=9bf10542-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:13:55+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae5b412-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=aae5b610-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:13:55+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae5b412-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=aae5b610-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:13:55+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aae5b412-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=aae5b610-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:13:57+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d494940-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=9d494b0c-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:13:57+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac0b3876-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=ac0b39e8-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:14:20+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aae5b412-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=aae5b610-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:14:20+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d105d0-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=b9d10774-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:14:20+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d105d0-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=b9d10774-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:14:20+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d105d0-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=b9d10774-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:14:22+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac0b3876-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=ac0b39e8-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:14:22+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacca8a4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=baccaa16-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:14:45+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d105d0-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=b9d10774-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:14:45+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8bcc46c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=c8bcc61a-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:14:45+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8bcc46c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=c8bcc61a-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:14:45+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8bcc46c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=c8bcc61a-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:14:46+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bacca8a4-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=baccaa16-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:14:46+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c99072ee-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=c9907474-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:15:10+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8bcc46c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=c8bcc61a-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:15:10+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7aaf5e8-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=d7aaf7a0-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:15:10+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7aaf5e8-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=d7aaf7a0-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:15:10+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7aaf5e8-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=d7aaf7a0-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:15:11+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c99072ee-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=c9907474-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:15:11+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d852471c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=d8524884-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:15:35+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7aaf5e8-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=d7aaf7a0-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:15:35+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6963aae-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=e6963c7a-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:15:35+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6963aae-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=e6963c7a-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:15:35+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6963aae-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=e6963c7a-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:15:36+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d852471c-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=d8524884-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:15:36+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7138040-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=e71381a8-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:16:00+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6963aae-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=e6963c7a-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:16:00+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f585e348-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=f585e690-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:16:00+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f585e348-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=f585e690-6c4d-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:16:00+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f585e348-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=f585e690-6c4d-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:16:01+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7138040-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=e71381a8-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:16:01+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d51e72-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=f5d520a2-6c4d-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:16:25+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f585e348-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=f585e690-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:16:25+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=047138a8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=04713a2e-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:16:25+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=047138a8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=04713a2e-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:16:25+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=047138a8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=04713a2e-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:16:25+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5d51e72-6c4d-11ed-ac1c-96db2e551bf3 | InvocationID=f5d520a2-6c4d-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:16:25+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0496ea6c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=0496ebe8-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:16:50+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0496ea6c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=0496ebe8-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:16:50+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1357fde8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=1357ff8c-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:16:50+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=047138a8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=04713a2e-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:16:50+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1360db16-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=1360e6b0-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:16:50+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1360db16-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=1360e6b0-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:16:50+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1360db16-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=1360e6b0-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:17:15+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1357fde8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=1357ff8c-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:17:15+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=221a9a0c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=221a9bb0-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:17:15+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1360db16-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=1360e6b0-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:17:15+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=224bfb1a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=224bfc96-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:17:15+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=224bfb1a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=224bfc96-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:17:15+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=224bfb1a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=224bfc96-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:17:40+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=221a9a0c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=221a9bb0-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:17:40+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30dd127c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=30dd16a0-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:17:40+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=224bfb1a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=224bfc96-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:17:40+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3136a86e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=3136a9e0-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:17:40+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3136a86e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=3136a9e0-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:17:40+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3136a86e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=3136a9e0-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:18:04+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30dd127c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=30dd16a0-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:18:04+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f9efa82-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=3f9efbfe-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:18:05+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3136a86e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=3136a9e0-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:18:05+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4020e876-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4020ea2e-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:18:05+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4020e876-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4020ea2e-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:18:05+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4020e876-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4020ea2e-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:18:29+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f9efa82-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=3f9efbfe-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:18:29+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e610a7e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4e610bf0-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:18:30+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4020e876-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4020ea2e-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:18:30+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0c1ac2-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4f0c1c66-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:18:30+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0c1ac2-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4f0c1c66-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:18:30+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0c1ac2-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4f0c1c66-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:18:54+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e610a7e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4e610bf0-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:18:54+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d221be8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=5d221d64-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:18:55+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0c1ac2-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=4f0c1c66-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:18:55+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5df72b80-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=5df72d1a-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:18:55+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5df72b80-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=5df72d1a-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:18:55+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5df72b80-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=5df72d1a-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:19:19+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d221be8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=5d221d64-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:19:19+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6be4aede-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=6be4b0b4-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:19:20+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5df72b80-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=5df72d1a-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:19:20+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ce2f61a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=6ce2f84a-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:19:20+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ce2f61a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=6ce2f84a-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:19:20+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ce2f61a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=6ce2f84a-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:19:43+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6be4aede-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=6be4b0b4-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:19:43+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aaa6300-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=7aaa64ea-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:19:45+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ce2f61a-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=6ce2f84a-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:19:45+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bcd59e0-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=7bcd5b52-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:19:45+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bcd59e0-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=7bcd5b52-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:19:45+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bcd59e0-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=7bcd5b52-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:20:08+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aaa6300-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=7aaa64ea-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:20:08+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=896cec6e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=896cede0-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:20:10+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bcd59e0-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=7bcd5b52-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:20:10+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ab7d426-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=8ab7d598-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:20:10+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ab7d426-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=8ab7d598-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:20:10+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ab7d426-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=8ab7d598-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:20:33+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=896cec6e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=896cede0-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:20:33+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=982e0d78-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=982e0f30-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:20:35+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ab7d426-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=8ab7d598-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:20:35+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99a30168-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=99a30320-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:20:35+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99a30168-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=99a30320-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:20:35+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99a30168-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=99a30320-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:20:58+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=982e0d78-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=982e0f30-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:20:58+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6efa77c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=a6efa934-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:21:00+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99a30168-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=99a30320-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:21:00+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a890a4c8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=a890a63a-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:21:00+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a890a4c8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=a890a63a-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:21:00+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a890a4c8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=a890a63a-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:21:22+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6efa77c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=a6efa934-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:21:22+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5b0a48c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=b5b0a630-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:21:25+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a890a4c8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=a890a63a-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:21:25+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b77b349e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=b77b3638-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:21:26+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b77b349e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=b77b3638-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:21:26+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b77b349e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=b77b3638-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:21:47+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5b0a48c-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=b5b0a630-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:21:47+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4727db0-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=c4727f86-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:21:51+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b77b349e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=b77b3638-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:21:51+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c665a53e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=c665a6ce-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:21:51+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c665a53e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=c665a6ce-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:21:51+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c665a53e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=c665a6ce-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:22:12+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4727db0-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=c4727f86-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:22:12+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d339f81e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=d339fec2-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:22:16+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c665a53e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=c665a6ce-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:22:16+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5516f10-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=d55170f0-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:22:16+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5516f10-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=d55170f0-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:22:16+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5516f10-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=d55170f0-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:22:37+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d339f81e-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=d339fec2-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:22:37+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1fe0db8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=e1fe1678-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:22:41+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5516f10-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=d55170f0-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:22:41+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e43c8906-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=e43c8a6e-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:22:41+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e43c8906-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=e43c8a6e-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:22:41+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e43c8906-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=e43c8a6e-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:23:02+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1fe0db8-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=e1fe1678-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:23:02+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0bfd3ae-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=f0bfd534-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:23:06+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e43c8906-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=e43c8a6e-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:23:06+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3270e82-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=f3271026-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:23:06+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3270e82-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=f3271026-6c4e-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:23:06+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3270e82-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=f3271026-6c4e-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:23:26+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0bfd3ae-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=f0bfd534-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:23:26+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff80e0d6-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=ff80e572-6c4e-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:23:31+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3270e82-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=f3271026-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:23:31+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02126568-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=021266da-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:23:31+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02126568-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=021266da-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:23:31+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02126568-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=021266da-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:23:51+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff80e0d6-6c4e-11ed-ac1c-96db2e551bf3 | InvocationID=ff80e572-6c4e-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:23:51+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e44c8d0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=0e44ca56-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:23:56+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02126568-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=021266da-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:23:56+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1103b89c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1103ba36-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:23:56+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1103b89c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1103ba36-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:23:56+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1103b89c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1103ba36-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:24:16+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e44c8d0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=0e44ca56-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:24:16+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d1784b0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1d178622-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:24:21+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1103b89c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1103ba36-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:24:21+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1feff884-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1feffa8c-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:24:21+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1feff884-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1feffa8c-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:24:21+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1feff884-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1feffa8c-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:24:41+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d1784b0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1d178622-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:24:41+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bdf2804-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=2bdf2cfa-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:24:46+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1feff884-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=1feffa8c-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:24:46+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2edcb3a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=2edcb508-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:24:46+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2edcb3a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=2edcb508-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:24:46+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2edcb3a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=2edcb508-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:25:06+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bdf2804-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=2bdf2cfa-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:25:06+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aa2f79e-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=3aa2f92e-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:25:11+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2edcb3a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=2edcb508-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:25:11+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc72602-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=3dc727ce-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:25:11+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc72602-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=3dc727ce-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:25:11+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dc72602-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=3dc727ce-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:25:30+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aa2f79e-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=3aa2f92e-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:25:30+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=496a4ea8-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=496a56d2-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:25:36+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dc72602-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=3dc727ce-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:25:36+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb2af9c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=4cb2b244-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:25:36+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb2af9c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=4cb2b244-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:25:36+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cb2af9c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=4cb2b244-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:25:55+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=496a4ea8-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=496a56d2-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:25:55+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=583144a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=58314e28-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:26:01+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cb2af9c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=4cb2b244-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:26:01+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b9e8eae-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=5b9e905c-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:26:01+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b9e8eae-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=5b9e905c-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:26:01+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b9e8eae-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=5b9e905c-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:26:20+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=583144a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=58314e28-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:26:20+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6717478a-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=67174942-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:26:26+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b9e8eae-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=5b9e905c-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:26:26+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a8b0d70-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=6a8b0f00-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:26:26+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a8b0d70-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=6a8b0f00-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:26:26+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a8b0d70-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=6a8b0f00-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:26:45+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6717478a-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=67174942-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:26:45+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75de147e-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=75de1636-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:26:51+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a8b0d70-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=6a8b0f00-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:26:51+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7977be00-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=7977c832-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:26:51+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7977be00-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=7977c832-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:26:51+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7977be00-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=7977c832-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:27:10+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75de147e-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=75de1636-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:27:10+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a00c4c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=84a012f0-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:27:16+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7977be00-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=7977c832-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:27:16+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88639682-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=88639812-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:27:16+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88639682-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=88639812-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:27:16+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88639682-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=88639812-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:27:34+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84a00c4c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=84a012f0-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:27:34+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9361f0e2-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=9361f25e-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:27:41+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88639682-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=88639812-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:27:41+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974f1306-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=974f1568-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:27:41+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974f1306-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=974f1568-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:27:41+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974f1306-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=974f1568-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:27:59+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9361f0e2-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=9361f25e-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:27:59+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2399278-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=a23993e0-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:28:06+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974f1306-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=974f1568-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:28:06+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a639bd62-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=a639bf88-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:28:06+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a639bd62-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=a639bf88-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:28:06+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a639bd62-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=a639bf88-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:28:24+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2399278-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=a23993e0-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:28:24+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0fe797c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=b0fe7b98-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:28:31+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a639bd62-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=a639bf88-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:28:31+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52486e0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=b5248b54-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:28:31+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52486e0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=b5248b54-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:28:31+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b52486e0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=b5248b54-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:28:49+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0fe797c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=b0fe7b98-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:28:49+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc13b66-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=bfc13d6e-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:28:56+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b52486e0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=b5248b54-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:28:56+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4106836-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=c4106a48-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:28:56+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4106836-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=c4106a48-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:28:56+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4106836-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=c4106a48-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:29:14+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfc13b66-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=bfc13d6e-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:29:14+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce82f338-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ce82f504-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:29:21+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4106836-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=c4106a48-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:29:21+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2fb94ce-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=d2fb9bd6-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:29:21+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2fb94ce-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=d2fb9bd6-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:29:21+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2fb94ce-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=d2fb9bd6-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:29:38+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce82f338-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ce82f504-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:29:38+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd451b3a-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=dd451cc0-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:29:46+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2fb94ce-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=d2fb9bd6-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:29:46+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e5fe5c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=e1e60064-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:29:46+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e5fe5c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=e1e60064-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:29:46+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e5fe5c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=e1e60064-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:30:03+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd451b3a-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=dd451cc0-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:30:03+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec06aca6-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ec06ae40-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:30:11+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e5fe5c-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=e1e60064-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:30:11+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d098a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=f0d09a8a-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:30:11+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d098a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=f0d09a8a-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:30:11+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d098a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=f0d09a8a-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:30:28+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec06aca6-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ec06ae40-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:30:28+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac7c22a-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=fac7c5ea-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:30:36+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d098a0-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=f0d09a8a-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:30:36+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbb8906-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ffbb8ae6-6c4f-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:30:36+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbb8906-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ffbb8ae6-6c4f-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:30:36+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbb8906-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ffbb8ae6-6c4f-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:30:53+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac7c22a-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=fac7c5ea-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:30:53+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0989c93e-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=0989caf6-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:31:01+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbb8906-6c4f-11ed-ac1c-96db2e551bf3 | InvocationID=ffbb8ae6-6c4f-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:31:01+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ea69672-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=0ea69834-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:31:01+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ea69672-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=0ea69834-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:31:01+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ea69672-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=0ea69834-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:31:17+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0989c93e-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=0989caf6-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:31:17+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184ae480-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=184ae5fc-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:31:26+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ea69672-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=0ea69834-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:31:26+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d9237f4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=1d9239ca-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:31:26+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d9237f4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=1d9239ca-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:31:26+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d9237f4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=1d9239ca-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:31:42+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=184ae480-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=184ae5fc-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:31:42+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=270c28bc-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=270c2aa6-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:31:51+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d9237f4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=1d9239ca-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:31:51+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c7ca84e-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=2c7cac9a-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:31:51+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c7ca84e-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=2c7cac9a-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:31:51+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c7ca84e-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=2c7cac9a-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:32:07+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=270c28bc-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=270c2aa6-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:32:07+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35cd1c26-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=35cd1e38-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:32:16+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c7ca84e-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=2c7cac9a-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:32:16+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b685574-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=3b685722-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:32:16+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b685574-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=3b685722-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:32:16+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b685574-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=3b685722-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:32:32+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35cd1c26-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=35cd1e38-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:32:32+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=448e11f2-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=448e1440-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:32:41+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b685574-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=3b685722-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:32:41+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a530b06-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=4a530d5e-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:32:41+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a530b06-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=4a530d5e-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:32:41+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a530b06-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=4a530d5e-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:32:56+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=448e11f2-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=448e1440-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:32:56+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53506924-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=53506b2c-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:33:06+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a530b06-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=4a530d5e-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:33:06+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593e9a22-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=593e9c16-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:33:06+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593e9a22-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=593e9c16-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:33:06+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593e9a22-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=593e9c16-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:33:21+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53506924-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=53506b2c-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:33:21+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62120198-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=6212035a-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:33:31+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593e9a22-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=593e9c16-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:33:31+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=682a7ff6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=682a81f4-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:33:31+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=682a7ff6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=682a81f4-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:33:31+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=682a7ff6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=682a81f4-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:33:46+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62120198-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=6212035a-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:33:46+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70d33abc-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=70d33cb0-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:33:56+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=682a7ff6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=682a81f4-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:33:56+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7718a0e2-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=7718a268-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:33:56+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7718a0e2-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=7718a268-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:33:56+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7718a0e2-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=7718a268-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:34:11+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70d33abc-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=70d33cb0-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:34:11+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f97e7b4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=7f97e994-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:34:21+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7718a0e2-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=7718a268-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:34:21+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8604a8da-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=8604ac40-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:34:22+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8604a8da-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=8604ac40-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:34:22+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8604a8da-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=8604ac40-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:34:35+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f97e7b4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=7f97e994-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:34:35+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e5a6e7a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=8e5a7b36-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:34:47+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8604a8da-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=8604ac40-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:34:47+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f075d6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=94f077ca-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:34:47+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f075d6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=94f077ca-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:34:47+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94f075d6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=94f077ca-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:35:00+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e5a6e7a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=8e5a7b36-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:35:00+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1b7db4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=9d1b8124-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:35:12+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94f075d6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=94f077ca-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:35:12+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3db9580-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=a3db971a-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:35:12+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3db9580-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=a3db971a-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:35:12+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3db9580-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=a3db971a-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:35:25+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d1b7db4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=9d1b8124-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:35:25+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdfd46c-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=abdfd656-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:35:37+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3db9580-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=a3db971a-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:35:37+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c679d4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=b2c67bb4-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:35:37+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c679d4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=b2c67bb4-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:35:37+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c679d4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=b2c67bb4-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:35:50+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abdfd46c-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=abdfd656-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:35:50+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa0e7fc-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=baa0e9dc-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:36:02+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c679d4-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=b2c67bb4-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:36:02+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b19e60-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=c1b19ff0-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:36:02+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b19e60-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=c1b19ff0-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:36:02+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1b19e60-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=c1b19ff0-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:36:15+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa0e7fc-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=baa0e9dc-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:36:15+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9636de6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=c963702a-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:36:27+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1b19e60-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=c1b19ff0-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:36:27+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09c645a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=d09c65d6-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:36:27+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09c645a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=d09c65d6-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:36:27+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d09c645a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=d09c65d6-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:36:39+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9636de6-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=c963702a-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:36:39+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8263a2a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=d8263f0c-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:36:52+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d09c645a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=d09c65d6-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:36:52+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df8881ec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=df8883ae-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:36:52+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df8881ec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=df8883ae-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:36:52+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df8881ec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=df8883ae-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:37:04+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8263a2a-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=d8263f0c-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:37:04+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6e73690-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=e6e7382a-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:37:17+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df8881ec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=df8883ae-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:37:17+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee736848-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=ee736ad2-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:37:17+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee736848-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=ee736ad2-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:37:17+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee736848-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=ee736ad2-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:37:29+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6e73690-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=e6e7382a-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:37:29+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5a9b43c-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=f5a9b63a-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:37:42+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee736848-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=ee736ad2-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:37:42+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5f7dec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=fd5f7f90-6c50-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:37:42+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5f7dec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=fd5f7f90-6c50-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:37:42+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd5f7dec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=fd5f7f90-6c50-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:37:54+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5a9b43c-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=f5a9b63a-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:37:54+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=046b8e0a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=046b9094-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:38:07+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd5f7dec-6c50-11ed-ac1c-96db2e551bf3 | InvocationID=fd5f7f90-6c50-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:38:07+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4aaebc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=0c4ab042-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:38:07+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4aaebc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=0c4ab042-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:38:07+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4aaebc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=0c4ab042-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:38:18+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=046b8e0a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=046b9094-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:38:18+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=132e4d24-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=132e4f68-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:38:32+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4aaebc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=0c4ab042-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:38:32+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b35d564-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=1b35d6f4-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:38:32+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b35d564-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=1b35d6f4-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:38:32+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b35d564-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=1b35d6f4-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:38:43+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=132e4d24-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=132e4f68-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:38:43+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ef81ac-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=21ef83e6-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:38:57+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b35d564-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=1b35d6f4-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:38:57+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a20780e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=2a207980-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:38:57+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a20780e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=2a207980-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:38:57+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a20780e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=2a207980-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:39:08+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21ef81ac-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=21ef83e6-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:39:08+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30b49e16-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=30b49fe2-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:39:22+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a20780e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=2a207980-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:39:22+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=390b76fc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=390b7864-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:39:22+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=390b76fc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=390b7864-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:39:22+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=390b76fc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=390b7864-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:39:33+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30b49e16-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=30b49fe2-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:39:33+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f75d956-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=3f75dabe-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:39:47+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=390b76fc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=390b7864-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:39:47+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f607cc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=47f609b6-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:39:47+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f607cc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=47f609b6-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:39:47+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47f607cc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=47f609b6-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:39:57+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f75d956-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=3f75dabe-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:39:57+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e3999f0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=4e399bd0-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:40:12+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47f607cc-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=47f609b6-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:40:12+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e14616-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=56e147f6-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:40:12+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e14616-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=56e147f6-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:40:12+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e14616-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=56e147f6-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:40:22+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e3999f0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=4e399bd0-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:40:22+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfac27a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=5cfac4aa-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:40:37+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e14616-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=56e147f6-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:40:37+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65cc3c26-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=65cc3db6-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:40:37+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65cc3c26-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=65cc3db6-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:40:37+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65cc3c26-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=65cc3db6-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:40:47+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cfac27a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=5cfac4aa-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:40:47+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc03e66-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=6bc040a0-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:41:02+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65cc3c26-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=65cc3db6-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:41:02+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b71aa8-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=74b71c6a-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:41:02+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b71aa8-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=74b71c6a-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:41:02+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74b71aa8-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=74b71c6a-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:41:12+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc03e66-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=6bc040a0-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:41:12+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a81c5a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=7a81c712-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:41:27+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74b71aa8-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=74b71c6a-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:41:27+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a1f6aa-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=83a1f812-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:41:27+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a1f6aa-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=83a1f812-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:41:27+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83a1f6aa-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=83a1f812-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:41:36+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a81c5a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=7a81c712-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:41:36+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8943b49a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=8943b670-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:41:52+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83a1f6aa-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=83a1f812-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:41:52+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=928de11a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=928de2a0-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:41:52+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=928de11a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=928de2a0-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:41:52+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=928de11a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=928de2a0-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:42:01+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8943b49a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=8943b670-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:42:01+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9804d450-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=9804ddc4-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:42:17+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=928de11a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=928de2a0-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:42:17+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a178b6a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=a178b858-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:42:17+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a178b6a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=a178b858-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:42:17+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a178b6a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=a178b858-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:42:26+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9804d450-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=9804ddc4-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:42:26+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6c6d1a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=a6c6d308-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:42:42+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a178b6a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=a178b858-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:42:42+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b063a81e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=b063a9ea-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:42:42+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b063a81e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=b063a9ea-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:42:42+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b063a81e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=b063a9ea-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:42:51+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6c6d1a0-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=a6c6d308-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:42:51+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b58faf72-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=b58fb2b0-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:43:07+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b063a81e-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=b063a9ea-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:43:07+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4e728c-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=bf4e746c-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:43:07+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4e728c-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=bf4e746c-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:43:07+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf4e728c-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=bf4e746c-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:43:16+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b58faf72-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=b58fb2b0-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:43:16+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c451725c-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=c45173c4-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:43:32+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf4e728c-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=bf4e746c-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:43:32+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3c7276-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ce3c7442-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:43:32+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3c7276-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ce3c7442-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:43:32+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce3c7276-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ce3c7442-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:43:40+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c451725c-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=c45173c4-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:43:40+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d312a414-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=d312a586-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:43:57+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce3c7276-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ce3c7442-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:43:57+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2e1492-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=dd2e15f0-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:43:57+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2e1492-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=dd2e15f0-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:43:57+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2e1492-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=dd2e15f0-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:44:05+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d312a414-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=d312a586-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:44:05+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1d3d40a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=e1d3d6ee-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:44:22+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2e1492-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=dd2e15f0-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:44:22+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec18d5b4-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ec18d7da-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:44:22+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec18d5b4-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ec18d7da-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:44:22+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec18d5b4-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ec18d7da-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:44:30+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1d3d40a-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=e1d3d6ee-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:44:30+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f097b042-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=f097b22c-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:44:47+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec18d5b4-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ec18d7da-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:44:47+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb041aac-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=fb041cdc-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:44:47+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb041aac-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=fb041cdc-6c51-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:44:47+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb041aac-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=fb041cdc-6c51-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:44:55+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f097b042-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=f097b22c-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:44:55+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff598326-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ff5985a6-6c51-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:45:12+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb041aac-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=fb041cdc-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:45:12+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09efdf56-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=09efe2c6-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:45:12+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09efdf56-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=09efe2c6-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:45:12+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09efdf56-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=09efe2c6-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:45:19+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff598326-6c51-11ed-ac1c-96db2e551bf3 | InvocationID=ff5985a6-6c51-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:45:19+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e1c5ba4-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=0e1c5d52-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:45:37+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09efdf56-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=09efe2c6-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:45:37+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18da9b96-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=18da9d08-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:45:37+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18da9b96-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=18da9d08-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:45:37+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18da9b96-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=18da9d08-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:45:44+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e1c5ba4-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=0e1c5d52-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:45:44+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cde0dfe-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=1cde0f70-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:46:02+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18da9b96-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=18da9d08-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:46:02+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27c54f20-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=27c550c4-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:46:02+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27c54f20-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=27c550c4-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:46:02+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27c54f20-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=27c550c4-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:46:09+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cde0dfe-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=1cde0f70-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:46:09+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ba0fc0c-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=2ba1086e-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:46:27+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27c54f20-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=27c550c4-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:46:27+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b0021e-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=36b00386-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:46:27+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b0021e-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=36b00386-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:46:27+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36b0021e-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=36b00386-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:46:34+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ba0fc0c-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=2ba1086e-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:46:34+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a637468-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=3a6375f8-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:46:52+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36b0021e-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=36b00386-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:46:52+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459a85b0-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=459a8786-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:46:52+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459a85b0-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=459a8786-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:46:52+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459a85b0-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=459a8786-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:46:58+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a637468-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=3a6375f8-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:46:58+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49252370-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=49252514-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:47:17+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459a85b0-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=459a8786-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:47:17+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54855dfc-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=54856018-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:47:17+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54855dfc-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=54856018-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:47:17+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54855dfc-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=54856018-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:47:23+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49252370-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=49252514-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:47:23+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57e94bb6-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=57e94d6e-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:47:42+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54855dfc-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=54856018-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:47:42+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63704f48-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=637050ba-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:47:43+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63704f48-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=637050ba-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:47:43+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63704f48-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=637050ba-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:47:48+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57e94bb6-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=57e94d6e-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:47:48+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66aa0d3e-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=66aa0f1e-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:48:08+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63704f48-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=637050ba-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:48:08+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725b10d8-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=725b122c-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:48:08+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725b10d8-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=725b122c-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:48:08+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725b10d8-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=725b122c-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:48:13+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66aa0d3e-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=66aa0f1e-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:48:13+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=756af054-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=756af1f8-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:48:33+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725b10d8-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=725b122c-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:48:33+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81463f82-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=814640fe-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:48:33+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81463f82-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=814640fe-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:48:33+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81463f82-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=814640fe-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:48:37+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=756af054-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=756af1f8-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:48:37+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=842c88dc-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=842c8a76-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:48:58+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81463f82-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=814640fe-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:48:58+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90307184-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9030736e-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:48:58+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90307184-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9030736e-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:48:58+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90307184-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9030736e-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:49:02+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=842c88dc-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=842c8a76-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:49:02+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92eeb796-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=92eeb9ee-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:49:23+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90307184-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9030736e-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:49:23+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f1bc54a-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9f1bc6a8-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:49:23+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f1bc54a-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9f1bc6a8-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:49:23+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f1bc54a-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9f1bc6a8-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:49:27+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92eeb796-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=92eeb9ee-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:49:27+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1af213a-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=a1af22f2-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:49:48+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f1bc54a-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=9f1bc6a8-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:49:48+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae068d06-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=ae068eaa-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:49:48+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae068d06-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=ae068eaa-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:49:48+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae068d06-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=ae068eaa-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:49:52+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1af213a-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=a1af22f2-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:49:52+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b070d1f0-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=b070d6be-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-24T23:50:13+0000 | policy_event_thread | 140703504825120 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae068d06-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=ae068eaa-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF activation/deactivation policy response events. 2022-11-24T23:50:13+0000 | policy_event_thread | 140703504825120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf1871c-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=bcf190c2-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-24T23:50:13+0000 | policy_event_thread | 140703504825120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf1871c-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=bcf190c2-6c52-11ed-ac1c-96db2e551bf3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:50:13+0000 | policy_event_thread | 140703504825120 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf1871c-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=bcf190c2-6c52-11ed-ac1c-96db2e551bf3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-24T23:50:16+0000 | aai_event_thread | 140703503764256 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b070d1f0-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=b070d6be-6c52-11ed-ac1c-96db2e551bf3 | Polling MR for XNF AAI events. 2022-11-24T23:50:16+0000 | aai_event_thread | 140703503764256 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf324ec6-6c52-11ed-ac1c-96db2e551bf3 | InvocationID=bf325056-6c52-11ed-ac1c-96db2e551bf3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT