Results

By type

          + KEYSTORE=/opt/app/osaaf/local/org.onap.policy.p12
+ TRUSTSTORE=/opt/app/policy/pdpx/etc/ssl/policy-truststore
+ KEYSTORE_PASSWD='c89o)4ZxJRWTtpoRX#I@V%[e'
+ TRUSTSTORE_PASSWD=Pol1cy_0nap
+ '[' 1 -ge 1 ]
+ CONFIG_FILE=/opt/app/policy/pdpx/etc/mounted/config.json
+ '[' -z /opt/app/policy/pdpx/etc/mounted/config.json ]
+ '[' -f /opt/app/policy/pdpx/etc/mounted/policy-truststore ]
+ '[' -f /opt/app/policy/pdpx/etc/mounted/policy-keystore ]
+ '[' -f /opt/app/policy/pdpx/etc/mounted/xacml.properties ]
+ echo 'overriding xacml.properties in guards application'
+ cp -f /opt/app/policy/pdpx/etc/mounted/xacml.properties /opt/app/policy/pdpx/apps/guard/
overriding xacml.properties in guards application
+ '[' -f /opt/app/policy/pdpx/etc/mounted/logback.xml ]
+ echo 'overriding logback.xml'
+ cp -f /opt/app/policy/pdpx/etc/mounted/logback.xml /opt/app/policy/pdpx/etc/
overriding logback.xml
+ '[' -f /opt/app/policy/pdpx/etc/mounted/createguardtable.sql ]
+ '[' -f /opt/app/policy/pdpx/etc/mounted/db.sql ]
+ /opt/app/policy/pdpx/mysql/bin/create-guard-table.sh
+ SQL_FILE=/opt/app/policy/pdpx/mysql/sql/createguardtable.sql
+ SQL_ADDON_FILE=/opt/app/policy/pdpx/mysql/sql/db.sql
+ sed 's/\\//g' /opt/app/policy/pdpx/apps/guard/xacml.properties
+ '[' '!' -f /tmp/temp.xacml.properties ]
+ awk '-F[/:]' '$1 == "javax.persistence.jdbc.url=jdbc" { print $3 $5 }' /tmp/temp.xacml.properties
+ DB_HOSTNAME=policy-mariadb
+ awk '-F=' '$1 == "javax.persistence.jdbc.user" { print $2 }' /tmp/temp.xacml.properties
+ DB_USERNAME=policy_user
+ awk '-F=' '$1 == "javax.persistence.jdbc.password" { print $2 }' /tmp/temp.xacml.properties
+ DB_PASSWORD='YipnSite3!Rafo'
+ rm /tmp/temp.xacml.properties
+ '[' -z policy-mariadb ]
+ '[' -z policy_user ]
+ '[' -z 'YipnSite3!Rafo' ]
+ '[' -z  ]
+ MYSQL_CMD=mysql
+ mysql -upolicy_user '-pYipnSite3!Rafo' -hpolicy-mariadb
+ '[' -f /opt/app/policy/pdpx/mysql/sql/db.sql ]
+ echo 'Policy Xacml PDP config file: /opt/app/policy/pdpx/etc/mounted/config.json'
Policy Xacml PDP config file: /opt/app/policy/pdpx/etc/mounted/config.json
+ /opt/java/openjdk/bin/java -cp '/opt/app/policy/pdpx/etc:/opt/app/policy/pdpx/lib/*' '-Dlogback.configurationFile=/opt/app/policy/pdpx/etc/logback.xml' '-Djavax.net.ssl.keyStore=/opt/app/osaaf/local/org.onap.policy.p12' '-Djavax.net.ssl.keyStorePassword=c89o)4ZxJRWTtpoRX#I@V%[e' '-Djavax.net.ssl.trustStore=/opt/app/policy/pdpx/etc/ssl/policy-truststore' '-Djavax.net.ssl.trustStorePassword=Pol1cy_0nap' org.onap.policy.pdpx.main.startstop.Main -c /opt/app/policy/pdpx/etc/mounted/config.json
[2022-11-15T04:56:46.284+00:00|INFO|Main|main] Starting policy xacml pdp service with arguments - [-c, /opt/app/policy/pdpx/etc/mounted/config.json]
[2022-11-15T04:56:46.688+00:00|INFO|XacmlPdpActivator|main] Activator initializing using org.onap.policy.pdpx.main.parameters.XacmlPdpParameterGroup@302c971f
[2022-11-15T04:56:47.825+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2022-11-15T04:56:48.249+00:00|INFO|XacmlPdpApplicationManager|main] Initialization applications org.onap.policy.pdpx.main.parameters.XacmlApplicationParameters@2611b9a3 JerseyClient(name=policyApiParameters, https=true, selfSignedCerts=false, hostname=policy-api, port=6969, basePath=null, userName=policyadmin, password=zb!XztG34, client=org.glassfish.jersey.client.JerseyClient@2cb3d0f7, baseUrl=https://policy-api:6969/, alive=true)
[2022-11-15T04:56:48.332+00:00|INFO|XacmlPdpApplicationManager|main] Application guard supports [onap.policies.controlloop.guard.common.FrequencyLimiter 1.0.0, onap.policies.controlloop.guard.common.MinMax 1.0.0, onap.policies.controlloop.guard.common.Blacklist 1.0.0, onap.policies.controlloop.guard.common.Filter 1.0.0, onap.policies.controlloop.guard.coordination.FirstBlocksSecond 1.0.0]
[2022-11-15T04:56:48.347+00:00|INFO|XacmlPdpApplicationManager|main] initializeApplicationPath guard at this path /opt/app/policy/pdpx/apps/guard
[2022-11-15T04:56:48.347+00:00|INFO|StdXacmlApplicationServiceProvider|main] New Path is /opt/app/policy/pdpx/apps/guard
[2022-11-15T04:56:48.350+00:00|INFO|XacmlPolicyUtils|main] Loading xacml properties /opt/app/policy/pdpx/apps/guard/xacml.properties
[2022-11-15T04:56:48.351+00:00|INFO|XacmlPolicyUtils|main] Loaded xacml properties 
 {count-recent-operations.persistenceunit=OperationsHistoryPU, get-operation-outcome.name=GetOperationOutcome, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:oasis:names:tc:xacml:3.0:policy-combining-algorithm:deny-overrides, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, javax.persistence.jdbc.url=jdbc:mariadb://policy-mariadb:3306/operationshistory, javax.persistence.jdbc.user=policy_user, count-recent-operations.classname=org.onap.policy.pdp.xacml.application.common.operationshistory.CountRecentOperationsPip, get-operation-outcome.description=Returns operation outcome, count-recent-operations.description=Returns operation counts based on time window, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory, get-operation-outcome.issuer=urn:org:onap:xacml:guard:get-operation-outcome, get-operation-outcome.persistenceunit=OperationsHistoryPU, count-recent-operations.name=CountRecentOperations, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, count-recent-operations.issuer=urn:org:onap:xacml:guard:count-recent-operations, xacml.pip.engines=count-recent-operations,get-operation-outcome, javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver, javax.persistence.jdbc.password=YipnSite3!Rafo, eclipselink.target-database=MySQL, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, get-operation-outcome.classname=org.onap.policy.pdp.xacml.application.common.operationshistory.GetOperationOutcomePip}
[2022-11-15T04:56:48.351+00:00|INFO|XacmlPolicyUtils|main] count-recent-operations.persistenceunit -> OperationsHistoryPU
[2022-11-15T04:56:48.351+00:00|INFO|XacmlPolicyUtils|main] get-operation-outcome.name -> GetOperationOutcome
[2022-11-15T04:56:48.351+00:00|INFO|XacmlPolicyUtils|main] xacml.att.evaluationContextFactory -> com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
[2022-11-15T04:56:48.351+00:00|INFO|XacmlPolicyUtils|main] xacml.pepEngineFactory -> com.att.research.xacml.std.pep.StdEngineFactory
[2022-11-15T04:56:48.351+00:00|INFO|XacmlPolicyUtils|main] xacml.dataTypeFactory -> com.att.research.xacml.std.StdDataTypeFactory
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory.combineRootPolicies -> urn:oasis:names:tc:xacml:3.0:policy-combining-algorithm:deny-overrides
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory -> org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] javax.persistence.jdbc.url -> jdbc:mariadb://policy-mariadb:3306/operationshistory
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] javax.persistence.jdbc.user -> policy_user
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] count-recent-operations.classname -> org.onap.policy.pdp.xacml.application.common.operationshistory.CountRecentOperationsPip
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] get-operation-outcome.description -> Returns operation outcome
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] count-recent-operations.description -> Returns operation counts based on time window
[2022-11-15T04:56:48.352+00:00|INFO|XacmlPolicyUtils|main] xacml.att.functionDefinitionFactory -> com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] get-operation-outcome.issuer -> urn:org:onap:xacml:guard:get-operation-outcome
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] get-operation-outcome.persistenceunit -> OperationsHistoryPU
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] count-recent-operations.name -> CountRecentOperations
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] xacml.att.combiningAlgorithmFactory -> com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] xacml.pdpEngineFactory -> com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] xacml.traceEngineFactory -> com.att.research.xacml.std.trace.LoggingTraceEngineFactory
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] count-recent-operations.issuer -> urn:org:onap:xacml:guard:count-recent-operations
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] xacml.pip.engines -> count-recent-operations,get-operation-outcome
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] javax.persistence.jdbc.driver -> org.mariadb.jdbc.Driver
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] javax.persistence.jdbc.password -> YipnSite3!Rafo
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] eclipselink.target-database -> MySQL
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] xacml.pipFinderFactory -> com.att.research.xacml.std.pip.StdPIPFinderFactory
[2022-11-15T04:56:48.353+00:00|INFO|XacmlPolicyUtils|main] get-operation-outcome.classname -> org.onap.policy.pdp.xacml.application.common.operationshistory.GetOperationOutcomePip
[2022-11-15T04:56:48.354+00:00|INFO|StdXacmlApplicationServiceProvider|main] {count-recent-operations.persistenceunit=OperationsHistoryPU, get-operation-outcome.name=GetOperationOutcome, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:oasis:names:tc:xacml:3.0:policy-combining-algorithm:deny-overrides, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, javax.persistence.jdbc.url=jdbc:mariadb://policy-mariadb:3306/operationshistory, javax.persistence.jdbc.user=policy_user, count-recent-operations.classname=org.onap.policy.pdp.xacml.application.common.operationshistory.CountRecentOperationsPip, get-operation-outcome.description=Returns operation outcome, count-recent-operations.description=Returns operation counts based on time window, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory, get-operation-outcome.issuer=urn:org:onap:xacml:guard:get-operation-outcome, get-operation-outcome.persistenceunit=OperationsHistoryPU, count-recent-operations.name=CountRecentOperations, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, count-recent-operations.issuer=urn:org:onap:xacml:guard:count-recent-operations, xacml.pip.engines=count-recent-operations,get-operation-outcome, javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver, javax.persistence.jdbc.password=YipnSite3!Rafo, eclipselink.target-database=MySQL, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, get-operation-outcome.classname=org.onap.policy.pdp.xacml.application.common.operationshistory.GetOperationOutcomePip}
[2022-11-15T04:56:48.359+00:00|WARN|XACMLProperties|main] Properties file /opt/java/openjdk/lib/xacml.properties cannot be read.
[2022-11-15T04:56:48.476+00:00|INFO|XacmlPdpApplicationManager|main] Application match supports [onap.policies.Match 1.0.0]
[2022-11-15T04:56:48.477+00:00|INFO|XacmlPdpApplicationManager|main] initializeApplicationPath match at this path /opt/app/policy/pdpx/apps/match
[2022-11-15T04:56:48.477+00:00|INFO|StdXacmlApplicationServiceProvider|main] New Path is /opt/app/policy/pdpx/apps/match
[2022-11-15T04:56:48.477+00:00|INFO|XacmlPolicyUtils|main] Loading xacml properties /opt/app/policy/pdpx/apps/match/xacml.properties
[2022-11-15T04:56:48.478+00:00|INFO|XacmlPolicyUtils|main] Loaded xacml properties 
 {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.478+00:00|INFO|XacmlPolicyUtils|main] xacml.rootPolicies -> 
[2022-11-15T04:56:48.478+00:00|INFO|XacmlPolicyUtils|main] xacml.att.evaluationContextFactory -> com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
[2022-11-15T04:56:48.478+00:00|INFO|XacmlPolicyUtils|main] xacml.att.combiningAlgorithmFactory -> com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
[2022-11-15T04:56:48.478+00:00|INFO|XacmlPolicyUtils|main] xacml.pepEngineFactory -> com.att.research.xacml.std.pep.StdEngineFactory
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.dataTypeFactory -> com.att.research.xacml.std.StdDataTypeFactory
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory.combineRootPolicies -> urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.referencedPolicies -> 
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory -> org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.pdpEngineFactory -> com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.traceEngineFactory -> com.att.research.xacml.std.trace.LoggingTraceEngineFactory
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.pipFinderFactory -> com.att.research.xacml.std.pip.StdPIPFinderFactory
[2022-11-15T04:56:48.479+00:00|INFO|XacmlPolicyUtils|main] xacml.att.functionDefinitionFactory -> com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
[2022-11-15T04:56:48.480+00:00|INFO|StdXacmlApplicationServiceProvider|main] {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.485+00:00|INFO|XacmlPdpApplicationManager|main] Application monitoring supports [onap.Monitoring 1.0.0]
[2022-11-15T04:56:48.485+00:00|INFO|XacmlPdpApplicationManager|main] initializeApplicationPath monitoring at this path /opt/app/policy/pdpx/apps/monitoring
[2022-11-15T04:56:48.486+00:00|INFO|StdXacmlApplicationServiceProvider|main] New Path is /opt/app/policy/pdpx/apps/monitoring
[2022-11-15T04:56:48.486+00:00|INFO|XacmlPolicyUtils|main] Loading xacml properties /opt/app/policy/pdpx/apps/monitoring/xacml.properties
[2022-11-15T04:56:48.486+00:00|INFO|XacmlPolicyUtils|main] Loaded xacml properties 
 {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.486+00:00|INFO|XacmlPolicyUtils|main] xacml.rootPolicies -> 
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.att.evaluationContextFactory -> com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.att.combiningAlgorithmFactory -> com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.pepEngineFactory -> com.att.research.xacml.std.pep.StdEngineFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.dataTypeFactory -> com.att.research.xacml.std.StdDataTypeFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory.combineRootPolicies -> urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.referencedPolicies -> 
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory -> org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.pdpEngineFactory -> com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.traceEngineFactory -> com.att.research.xacml.std.trace.LoggingTraceEngineFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.pipFinderFactory -> com.att.research.xacml.std.pip.StdPIPFinderFactory
[2022-11-15T04:56:48.487+00:00|INFO|XacmlPolicyUtils|main] xacml.att.functionDefinitionFactory -> com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
[2022-11-15T04:56:48.488+00:00|INFO|StdXacmlApplicationServiceProvider|main] {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.492+00:00|INFO|XacmlPdpApplicationManager|main] Application naming supports [onap.policies.Naming 1.0.0]
[2022-11-15T04:56:48.492+00:00|INFO|XacmlPdpApplicationManager|main] initializeApplicationPath naming at this path /opt/app/policy/pdpx/apps/naming
[2022-11-15T04:56:48.492+00:00|INFO|StdXacmlApplicationServiceProvider|main] New Path is /opt/app/policy/pdpx/apps/naming
[2022-11-15T04:56:48.493+00:00|INFO|XacmlPolicyUtils|main] Loading xacml properties /opt/app/policy/pdpx/apps/naming/xacml.properties
[2022-11-15T04:56:48.493+00:00|INFO|XacmlPolicyUtils|main] Loaded xacml properties 
 {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.493+00:00|INFO|XacmlPolicyUtils|main] xacml.rootPolicies -> 
[2022-11-15T04:56:48.493+00:00|INFO|XacmlPolicyUtils|main] xacml.att.evaluationContextFactory -> com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
[2022-11-15T04:56:48.493+00:00|INFO|XacmlPolicyUtils|main] xacml.att.combiningAlgorithmFactory -> com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.pepEngineFactory -> com.att.research.xacml.std.pep.StdEngineFactory
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.dataTypeFactory -> com.att.research.xacml.std.StdDataTypeFactory
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory.combineRootPolicies -> urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.referencedPolicies -> 
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory -> org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.pdpEngineFactory -> com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.traceEngineFactory -> com.att.research.xacml.std.trace.LoggingTraceEngineFactory
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.pipFinderFactory -> com.att.research.xacml.std.pip.StdPIPFinderFactory
[2022-11-15T04:56:48.494+00:00|INFO|XacmlPolicyUtils|main] xacml.att.functionDefinitionFactory -> com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
[2022-11-15T04:56:48.495+00:00|INFO|StdXacmlApplicationServiceProvider|main] {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.500+00:00|INFO|XacmlPdpApplicationManager|main] Application native supports [onap.policies.native.Xacml 1.0.0]
[2022-11-15T04:56:48.500+00:00|INFO|XacmlPdpApplicationManager|main] initializeApplicationPath native at this path /opt/app/policy/pdpx/apps/native
[2022-11-15T04:56:48.501+00:00|INFO|StdXacmlApplicationServiceProvider|main] New Path is /opt/app/policy/pdpx/apps/native
[2022-11-15T04:56:48.501+00:00|INFO|XacmlPolicyUtils|main] Loading xacml properties /opt/app/policy/pdpx/apps/native/xacml.properties
[2022-11-15T04:56:48.501+00:00|INFO|XacmlPolicyUtils|main] Loaded xacml properties 
 {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.501+00:00|INFO|XacmlPolicyUtils|main] xacml.rootPolicies -> 
[2022-11-15T04:56:48.501+00:00|INFO|XacmlPolicyUtils|main] xacml.att.evaluationContextFactory -> com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.att.combiningAlgorithmFactory -> com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.pepEngineFactory -> com.att.research.xacml.std.pep.StdEngineFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.dataTypeFactory -> com.att.research.xacml.std.StdDataTypeFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory.combineRootPolicies -> urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.referencedPolicies -> 
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory -> org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.pdpEngineFactory -> com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.traceEngineFactory -> com.att.research.xacml.std.trace.LoggingTraceEngineFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.pipFinderFactory -> com.att.research.xacml.std.pip.StdPIPFinderFactory
[2022-11-15T04:56:48.502+00:00|INFO|XacmlPolicyUtils|main] xacml.att.functionDefinitionFactory -> com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
[2022-11-15T04:56:48.502+00:00|INFO|StdXacmlApplicationServiceProvider|main] {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.508+00:00|INFO|XacmlPdpApplicationManager|main] Application optimization supports [onap.policies.optimization.resource.AffinityPolicy 1.0.0, onap.policies.optimization.resource.DistancePolicy 1.0.0, onap.policies.optimization.resource.HpaPolicy 1.0.0, onap.policies.optimization.resource.OptimizationPolicy 1.0.0, onap.policies.optimization.resource.PciPolicy 1.0.0, onap.policies.optimization.service.QueryPolicy 1.0.0, onap.policies.optimization.service.SubscriberPolicy 1.0.0, onap.policies.optimization.resource.Vim_fit 1.0.0, onap.policies.optimization.resource.VnfPolicy 1.0.0]
[2022-11-15T04:56:48.509+00:00|INFO|XacmlPdpApplicationManager|main] initializeApplicationPath optimization at this path /opt/app/policy/pdpx/apps/optimization
[2022-11-15T04:56:48.509+00:00|INFO|StdXacmlApplicationServiceProvider|main] New Path is /opt/app/policy/pdpx/apps/optimization
[2022-11-15T04:56:48.509+00:00|INFO|XacmlPolicyUtils|main] Loading xacml properties /opt/app/policy/pdpx/apps/optimization/xacml.properties
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] Loaded xacml properties 
 {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.rootPolicies -> 
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.att.evaluationContextFactory -> com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.att.combiningAlgorithmFactory -> com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.pepEngineFactory -> com.att.research.xacml.std.pep.StdEngineFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.dataTypeFactory -> com.att.research.xacml.std.StdDataTypeFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory.combineRootPolicies -> urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.referencedPolicies -> 
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.att.policyFinderFactory -> org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.pdpEngineFactory -> com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.traceEngineFactory -> com.att.research.xacml.std.trace.LoggingTraceEngineFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.pipFinderFactory -> com.att.research.xacml.std.pip.StdPIPFinderFactory
[2022-11-15T04:56:48.510+00:00|INFO|XacmlPolicyUtils|main] xacml.att.functionDefinitionFactory -> com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
[2022-11-15T04:56:48.510+00:00|INFO|StdXacmlApplicationServiceProvider|main] {xacml.rootPolicies=, xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.referencedPolicies=, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory}
[2022-11-15T04:56:48.512+00:00|INFO|XacmlPdpApplicationManager|main] Finished applications initialization {optimize=org.onap.policy.xacml.pdp.application.optimization.OptimizationPdpApplication@5fd62371, native=org.onap.policy.xacml.pdp.application.nativ.NativePdpApplication@28a0fd6c, guard=org.onap.policy.xacml.pdp.application.guard.GuardPdpApplication@2b62442c, naming=org.onap.policy.xacml.pdp.application.naming.NamingPdpApplication@66629f63, match=org.onap.policy.xacml.pdp.application.match.MatchPdpApplication@841e575, configure=org.onap.policy.xacml.pdp.application.monitoring.MonitoringPdpApplication@27a5328c}
[2022-11-15T04:56:48.707+00:00|INFO|XacmlPdpHearbeatPublisher|main] heartbeat topic probe 4000ms
[2022-11-15T04:56:48.818+00:00|INFO|log|main] Logging initialized @3593ms to org.eclipse.jetty.util.log.Slf4jLog
[2022-11-15T04:56:49.149+00:00|INFO|ServiceManager|main] service manager starting
[2022-11-15T04:56:49.149+00:00|INFO|ServiceManager|main] service manager starting XACML PDP parameters
[2022-11-15T04:56:49.151+00:00|INFO|ServiceManager|main] service manager starting Message Dispatcher
[2022-11-15T04:56:49.151+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@7daa61f3
[2022-11-15T04:56:49.152+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2022-11-15T04:56:49.154+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: INITTED
[2022-11-15T04:56:49.155+00:00|INFO|ServiceManager|main] service manager starting topics
[2022-11-15T04:56:49.157+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2022-11-15T04:56:49.162+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:56:49.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:56:49.158+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=f62edcd5-966f-4ee9-b031-1a2951c195fb, alive=false, publisher=null]]: starting
[2022-11-15T04:56:49.207+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=f62edcd5-966f-4ee9-b031-1a2951c195fb, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2022-11-15T04:56:49.207+00:00|INFO|ServiceManager|main] service manager starting Terminate PDP
[2022-11-15T04:56:49.208+00:00|INFO|ServiceManager|main] service manager starting Heartbeat Publisher
[2022-11-15T04:56:49.208+00:00|INFO|ServiceManager|main] service manager starting REST Server
[2022-11-15T04:56:49.209+00:00|INFO|ServiceManager|main] service manager starting
[2022-11-15T04:56:49.209+00:00|INFO|ServiceManager|main] service manager starting REST RestServerParameters
[2022-11-15T04:56:49.241+00:00|INFO|TopicBase|pool-3-thread-1] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: registering org.onap.policy.common.endpoints.event.comm.client.BidirectionalTopicClient$$Lambda$175/0x000000080035d040@2d0cadf2
[2022-11-15T04:56:49.243+00:00|INFO|SingleThreadedBusTopicSource|pool-3-thread-1] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=2]]]]: register: start not attempted
[2022-11-15T04:56:49.262+00:00|INFO|OrderedServiceImpl|pool-3-thread-1] ***** OrderedServiceImpl implementers:
 []
[2022-11-15T04:56:49.276+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:56:49.313+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 33 ms
[2022-11-15T04:56:49.326+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:56:49.209+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-718607eb==io.prometheus.client.exporter.MetricsServlet@32043081{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-7f4d9395==org.glassfish.jersey.servlet.ServletContainer@9c6eaac3{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-64d7b720==io.swagger.jersey.config.JerseyJaxrsConfig@4d8a5a57{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=RestServerParameters, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@40620d8e{STOPPED}[9.4.48.v20220622], context=o.e.j.s.ServletContextHandler@383f3558{/,null,STOPPED}, connector=RestServerParameters@1c65121{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null, servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-718607eb==io.prometheus.client.exporter.MetricsServlet@32043081{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-7f4d9395==org.glassfish.jersey.servlet.ServletContainer@9c6eaac3{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-64d7b720==io.swagger.jersey.config.JerseyJaxrsConfig@4d8a5a57{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2022-11-15T04:56:49.336+00:00|INFO|ServiceManager|main] service manager started
[2022-11-15T04:56:49.338+00:00|INFO|ServiceManager|main] service manager started
[2022-11-15T04:56:49.340+00:00|INFO|Main|main] Started policy-xacml-pdp service successfully.
[2022-11-15T04:56:49.338+00:00|INFO|JettyServletServer|RestServerParameters-6969] JettyJerseyServer [Jerseyservlets={/metrics=io.prometheus.client.exporter.MetricsServlet-718607eb==io.prometheus.client.exporter.MetricsServlet@32043081{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-7f4d9395==org.glassfish.jersey.servlet.ServletContainer@9c6eaac3{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-64d7b720==io.swagger.jersey.config.JerseyJaxrsConfig@4d8a5a57{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, swaggerId=swagger-6969, toString()=JettyServletServer(name=RestServerParameters, host=0.0.0.0, port=6969, user=healthcheck, password=zb!XztG34, contextPath=/, jettyServer=Server@40620d8e{STOPPED}[9.4.48.v20220622], context=o.e.j.s.ServletContextHandler@383f3558{/,null,STOPPED}, connector=RestServerParameters@1c65121{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[RestServerParameters-6969,5,main], servlets={/metrics=io.prometheus.client.exporter.MetricsServlet-718607eb==io.prometheus.client.exporter.MetricsServlet@32043081{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /*=org.glassfish.jersey.servlet.ServletContainer-7f4d9395==org.glassfish.jersey.servlet.ServletContainer@9c6eaac3{jsp=null,order=0,inst=false,async=true,src=EMBEDDED:null,STOPPED}, /=io.swagger.jersey.config.JerseyJaxrsConfig-64d7b720==io.swagger.jersey.config.JerseyJaxrsConfig@4d8a5a57{jsp=null,order=2,inst=false,async=true,src=EMBEDDED:null,STOPPED}})]: STARTING
[2022-11-15T04:56:49.365+00:00|INFO|Server|RestServerParameters-6969] jetty-9.4.48.v20220622; built: 2022-06-21T20:42:25.880Z; git: 6b67c5719d1f4371b33655ff2d047d24e171e49a; jvm 11.0.11+9
[2022-11-15T04:56:49.480+00:00|INFO|session|RestServerParameters-6969] DefaultSessionIdManager workerName=node0
[2022-11-15T04:56:49.480+00:00|INFO|session|RestServerParameters-6969] No SessionScavenger set, using defaults
[2022-11-15T04:56:49.482+00:00|INFO|session|RestServerParameters-6969] node0 Scavenging every 600000ms
[2022-11-15T04:56:50.415+00:00|WARN|HttpClient|DMAAP-source-POLICY-PDP-PAP] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:56:50.422+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
[2022-11-15T04:56:50.422+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2022-11-15T04:56:50.448+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:56:50.454+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:56:50.454+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 1 message to send.
[2022-11-15T04:56:50.888+00:00|INFO|GsonMessageBodyHandler|RestServerParameters-6969] Using GSON for REST calls
[2022-11-15T04:56:50.889+00:00|INFO|YamlMessageBodyHandler|RestServerParameters-6969] Accepting YAML for REST calls
[2022-11-15T04:56:51.035+00:00|INFO|ContextHandler|RestServerParameters-6969] Started o.e.j.s.ServletContextHandler@383f3558{/,null,AVAILABLE}
[2022-11-15T04:56:51.308+00:00|INFO|SslContextFactory|RestServerParameters-6969] x509=X509@153346e3(policy@policy.onap.org,h=[policy, policy-apex-pdp, policy-apex-pdp.onap, policy-api, policy-api.onap, policy-distribution, policy-distribution.onap, policy-drools-pdp, policy-drools-pdp.onap, policy-pap, policy-pap.onap, policy-xacml-pdp, policy-xacml-pdp.onap, policy.api.simpledemo.onap.org],a=[],w=[]) for Server@bf76bde[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/pdpx/etc/ssl/policy-truststore]
[2022-11-15T04:56:51.553+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 2274 ms
[2022-11-15T04:56:51.554+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:56:51.554+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:56:51.594+00:00|INFO|AbstractConnector|RestServerParameters-6969] Started RestServerParameters@1c65121{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
[2022-11-15T04:56:51.594+00:00|INFO|Server|RestServerParameters-6969] Started @6370ms
[2022-11-15T04:56:52.581+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:56:52.582+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:56:52.582+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 1 message to send.
[2022-11-15T04:56:53.280+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:56:53.607+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 2 msgs to /events/POLICY-PDP-PAP. Oldest: 4328 ms
[2022-11-15T04:56:53.608+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:56:53.608+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:56:54.625+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:56:54.626+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:56:54.627+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 2 message to send.
[2022-11-15T04:56:55.657+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 2 msgs to /events/POLICY-PDP-PAP. Oldest: 6378 ms
[2022-11-15T04:56:55.657+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:56:55.658+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:56:56.693+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:56:56.695+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:56:56.696+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 2 message to send.
[2022-11-15T04:56:57.281+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:56:57.707+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 3 msgs to /events/POLICY-PDP-PAP. Oldest: 8428 ms
[2022-11-15T04:56:57.708+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:56:57.709+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:56:58.729+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:56:58.731+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:56:58.731+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 3 message to send.
[2022-11-15T04:56:59.761+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 3 msgs to /events/POLICY-PDP-PAP. Oldest: 10481 ms
[2022-11-15T04:56:59.762+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:56:59.762+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:00.803+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:00.805+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:00.805+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 3 message to send.
[2022-11-15T04:57:01.288+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:01.807+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 4 msgs to /events/POLICY-PDP-PAP. Oldest: 12528 ms
[2022-11-15T04:57:01.807+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:01.808+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:02.860+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:02.862+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:02.863+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 4 message to send.
[2022-11-15T04:57:03.907+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 4 msgs to /events/POLICY-PDP-PAP. Oldest: 14628 ms
[2022-11-15T04:57:03.907+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:03.909+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:04.932+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:04.936+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:04.936+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 4 message to send.
[2022-11-15T04:57:05.292+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:05.424+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=2]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted
[2022-11-15T04:57:05.427+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:57:05.427+00:00|WARN|HostSelector|DMAAP-source-POLICY-PDP-PAP] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:05.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:57:05.957+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 5 msgs to /events/POLICY-PDP-PAP. Oldest: 16678 ms
[2022-11-15T04:57:05.957+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:05.957+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:06.465+00:00|WARN|HttpClient|DMAAP-source-POLICY-PDP-PAP] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:06.465+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
[2022-11-15T04:57:06.481+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2022-11-15T04:57:06.978+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:06.978+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:06.978+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 5 message to send.
[2022-11-15T04:57:08.009+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 5 msgs to /events/POLICY-PDP-PAP. Oldest: 18730 ms
[2022-11-15T04:57:08.009+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:08.009+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:09.029+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:09.029+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:09.029+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 5 message to send.
[2022-11-15T04:57:09.296+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:10.057+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 6 msgs to /events/POLICY-PDP-PAP. Oldest: 20778 ms
[2022-11-15T04:57:10.057+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:10.057+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:11.071+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:11.072+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:11.072+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 6 message to send.
[2022-11-15T04:57:11.072+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 11, above threshold 10.
[2022-11-15T04:57:12.107+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 6 msgs to /events/POLICY-PDP-PAP. Oldest: 22828 ms
[2022-11-15T04:57:12.107+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:12.107+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:13.126+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:13.127+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:13.128+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 6 message to send.
[2022-11-15T04:57:13.129+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 12, above threshold 10.
[2022-11-15T04:57:13.296+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:14.157+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 7 msgs to /events/POLICY-PDP-PAP. Oldest: 24878 ms
[2022-11-15T04:57:14.157+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:14.157+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:15.168+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:15.173+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:15.202+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 7 message to send.
[2022-11-15T04:57:15.202+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 13, above threshold 10.
[2022-11-15T04:57:16.207+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 7 msgs to /events/POLICY-PDP-PAP. Oldest: 26928 ms
[2022-11-15T04:57:16.207+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:16.208+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:17.247+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:17.248+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:17.248+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 7 message to send.
[2022-11-15T04:57:17.248+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 14, above threshold 10.
[2022-11-15T04:57:17.297+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:18.257+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 8 msgs to /events/POLICY-PDP-PAP. Oldest: 28978 ms
[2022-11-15T04:57:18.257+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:18.257+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:19.297+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:19.298+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:19.298+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 8 message to send.
[2022-11-15T04:57:19.298+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 15, above threshold 10.
[2022-11-15T04:57:20.307+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 8 msgs to /events/POLICY-PDP-PAP. Oldest: 31028 ms
[2022-11-15T04:57:20.307+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:20.308+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:21.302+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:21.344+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:21.345+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:21.345+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 8 message to send.
[2022-11-15T04:57:21.345+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 16, above threshold 10.
[2022-11-15T04:57:21.482+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=2]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted
[2022-11-15T04:57:21.482+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:57:21.482+00:00|WARN|HostSelector|DMAAP-source-POLICY-PDP-PAP] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:21.483+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:57:22.357+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 9 msgs to /events/POLICY-PDP-PAP. Oldest: 33078 ms
[2022-11-15T04:57:22.357+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:22.357+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:22.506+00:00|WARN|HttpClient|DMAAP-source-POLICY-PDP-PAP] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:22.507+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
[2022-11-15T04:57:22.508+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2022-11-15T04:57:25.348+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:25.408+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:25.408+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:25.408+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 9 message to send.
[2022-11-15T04:57:25.409+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 17, above threshold 10.
[2022-11-15T04:57:26.460+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 10 msgs to /events/POLICY-PDP-PAP. Oldest: 37181 ms
[2022-11-15T04:57:26.462+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:26.463+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:27.494+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:27.506+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:27.507+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 10 message to send.
[2022-11-15T04:57:27.508+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 18, above threshold 10.
[2022-11-15T04:57:28.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 10 msgs to /events/POLICY-PDP-PAP. Oldest: 39278 ms
[2022-11-15T04:57:28.558+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:28.558+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:29.409+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:29.601+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:29.614+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:29.615+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 10 message to send.
[2022-11-15T04:57:29.615+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 19, above threshold 10.
[2022-11-15T04:57:30.657+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 11 msgs to /events/POLICY-PDP-PAP. Oldest: 41378 ms
[2022-11-15T04:57:30.658+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:30.658+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:31.681+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:31.682+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:31.684+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 11 message to send.
[2022-11-15T04:57:31.684+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 20, above threshold 10.
[2022-11-15T04:57:32.707+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 11 msgs to /events/POLICY-PDP-PAP. Oldest: 43428 ms
[2022-11-15T04:57:32.707+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:32.708+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:33.616+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:33.733+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:33.735+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:33.736+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 11 message to send.
[2022-11-15T04:57:33.736+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 21, above threshold 10.
[2022-11-15T04:57:34.757+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 12 msgs to /events/POLICY-PDP-PAP. Oldest: 45478 ms
[2022-11-15T04:57:34.758+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:34.758+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:35.786+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:35.787+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:35.788+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 12 message to send.
[2022-11-15T04:57:35.788+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 22, above threshold 10.
[2022-11-15T04:57:36.809+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 12 msgs to /events/POLICY-PDP-PAP. Oldest: 47529 ms
[2022-11-15T04:57:36.810+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:36.810+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:37.509+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=2]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted
[2022-11-15T04:57:37.509+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:57:37.509+00:00|WARN|HostSelector|DMAAP-source-POLICY-PDP-PAP] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:37.509+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:57:37.737+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:37.859+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:37.861+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:37.861+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 12 message to send.
[2022-11-15T04:57:37.861+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 23, above threshold 10.
[2022-11-15T04:57:38.529+00:00|WARN|HttpClient|DMAAP-source-POLICY-PDP-PAP] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:38.529+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
[2022-11-15T04:57:38.530+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2022-11-15T04:57:38.907+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 13 msgs to /events/POLICY-PDP-PAP. Oldest: 49628 ms
[2022-11-15T04:57:38.907+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:38.908+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:39.937+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:39.937+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:39.937+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 13 message to send.
[2022-11-15T04:57:39.937+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 24, above threshold 10.
[2022-11-15T04:57:40.957+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 13 msgs to /events/POLICY-PDP-PAP. Oldest: 51678 ms
[2022-11-15T04:57:40.957+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:40.958+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:41.862+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:41.983+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:41.987+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:41.988+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 13 message to send.
[2022-11-15T04:57:41.988+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 25, above threshold 10.
[2022-11-15T04:57:43.008+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 14 msgs to /events/POLICY-PDP-PAP. Oldest: 53729 ms
[2022-11-15T04:57:43.009+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:43.009+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:44.032+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:44.034+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:44.034+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 14 message to send.
[2022-11-15T04:57:44.034+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 26, above threshold 10.
[2022-11-15T04:57:45.057+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 14 msgs to /events/POLICY-PDP-PAP. Oldest: 55778 ms
[2022-11-15T04:57:45.058+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:45.058+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:45.988+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:46.080+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:46.082+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:46.083+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 14 message to send.
[2022-11-15T04:57:46.083+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 27, above threshold 10.
[2022-11-15T04:57:47.108+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 15 msgs to /events/POLICY-PDP-PAP. Oldest: 57828 ms
[2022-11-15T04:57:47.110+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:47.118+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:48.136+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:48.139+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:48.139+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 15 message to send.
[2022-11-15T04:57:48.139+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 28, above threshold 10.
[2022-11-15T04:57:49.157+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 15 msgs to /events/POLICY-PDP-PAP. Oldest: 59878 ms
[2022-11-15T04:57:49.158+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:49.158+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:50.084+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:50.176+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:50.181+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:50.182+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 15 message to send.
[2022-11-15T04:57:50.182+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 29, above threshold 10.
[2022-11-15T04:57:51.207+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 16 msgs to /events/POLICY-PDP-PAP. Oldest: 61928 ms
[2022-11-15T04:57:51.207+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:51.207+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:52.228+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:52.229+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:52.230+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 16 message to send.
[2022-11-15T04:57:52.236+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 30, above threshold 10.
[2022-11-15T04:57:53.257+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 16 msgs to /events/POLICY-PDP-PAP. Oldest: 63978 ms
[2022-11-15T04:57:53.257+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:53.257+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:53.531+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=2]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted
[2022-11-15T04:57:53.532+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:57:53.532+00:00|WARN|HostSelector|DMAAP-source-POLICY-PDP-PAP] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:53.532+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:57:54.188+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:57:54.569+00:00|WARN|HttpClient|DMAAP-source-POLICY-PDP-PAP] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:54.569+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
[2022-11-15T04:57:54.570+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2022-11-15T04:57:56.290+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:56.290+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:56.290+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 16 message to send.
[2022-11-15T04:57:56.290+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 31, above threshold 10.
[2022-11-15T04:57:57.307+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 17 msgs to /events/POLICY-PDP-PAP. Oldest: 68028 ms
[2022-11-15T04:57:57.307+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:57.308+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:57:58.335+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:57:58.336+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:57:58.336+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 17 message to send.
[2022-11-15T04:57:58.336+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 32, above threshold 10.
[2022-11-15T04:57:59.358+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 17 msgs to /events/POLICY-PDP-PAP. Oldest: 70079 ms
[2022-11-15T04:57:59.359+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:57:59.359+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:00.291+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:00.388+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:00.389+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:00.389+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 17 message to send.
[2022-11-15T04:58:00.389+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 33, above threshold 10.
[2022-11-15T04:58:01.407+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 18 msgs to /events/POLICY-PDP-PAP. Oldest: 72128 ms
[2022-11-15T04:58:01.407+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:01.408+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:02.433+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:02.434+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:02.434+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 18 message to send.
[2022-11-15T04:58:02.434+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 34, above threshold 10.
[2022-11-15T04:58:03.457+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 18 msgs to /events/POLICY-PDP-PAP. Oldest: 74178 ms
[2022-11-15T04:58:03.457+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:03.457+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:04.392+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:04.480+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:04.481+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:04.481+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 18 message to send.
[2022-11-15T04:58:04.481+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 35, above threshold 10.
[2022-11-15T04:58:05.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 19 msgs to /events/POLICY-PDP-PAP. Oldest: 76228 ms
[2022-11-15T04:58:05.508+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:05.510+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:06.530+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:06.531+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:06.531+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 19 message to send.
[2022-11-15T04:58:06.531+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 36, above threshold 10.
[2022-11-15T04:58:07.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 19 msgs to /events/POLICY-PDP-PAP. Oldest: 78278 ms
[2022-11-15T04:58:07.557+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:07.557+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:08.483+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:08.575+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:08.576+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:08.576+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 19 message to send.
[2022-11-15T04:58:08.576+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 37, above threshold 10.
[2022-11-15T04:58:09.570+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=2]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted
[2022-11-15T04:58:09.571+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:09.571+00:00|WARN|HostSelector|DMAAP-source-POLICY-PDP-PAP] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:09.571+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:09.607+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 20 msgs to /events/POLICY-PDP-PAP. Oldest: 80328 ms
[2022-11-15T04:58:09.608+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:09.609+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:10.593+00:00|WARN|HttpClient|DMAAP-source-POLICY-PDP-PAP] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:10.593+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
[2022-11-15T04:58:10.593+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2022-11-15T04:58:12.579+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:12.640+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:12.641+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:12.641+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 20 message to send.
[2022-11-15T04:58:12.641+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 38, above threshold 10.
[2022-11-15T04:58:13.657+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 21 msgs to /events/POLICY-PDP-PAP. Oldest: 84378 ms
[2022-11-15T04:58:13.657+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:13.657+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:14.688+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:14.689+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:14.689+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 21 message to send.
[2022-11-15T04:58:14.689+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 39, above threshold 10.
[2022-11-15T04:58:15.707+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 21 msgs to /events/POLICY-PDP-PAP. Oldest: 86428 ms
[2022-11-15T04:58:15.708+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:15.708+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:16.644+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:16.736+00:00|WARN|HttpClient|pool-2-thread-1] Error executing HTTP request. Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused); blacklisting for 2 minutes
[2022-11-15T04:58:16.737+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:456)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:342)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:251)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:31)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:411)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
[2022-11-15T04:58:16.737+00:00|WARN|CambriaSimplerBatchPublisher|pool-2-thread-1] Send failed, 21 message to send.
[2022-11-15T04:58:16.737+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: Send failure count is 40, above threshold 10.
[2022-11-15T04:58:17.757+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 22 msgs to /events/POLICY-PDP-PAP. Oldest: 88478 ms
[2022-11-15T04:58:17.757+00:00|WARN|HostSelector|pool-2-thread-1] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:17.757+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:18.439+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:18.447+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (689 ms):{"serverTimeMs":332,"count":22}
[2022-11-15T04:58:18.447+00:00|ERROR|CambriaSimplerBatchPublisher|pool-2-thread-1] PUB_CHRONIC_FAILURE: resetting failure count.
[2022-11-15T04:58:20.738+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:20.757+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 18 ms
[2022-11-15T04:58:20.757+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:20.794+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:20.794+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T04:58:24.740+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:24.757+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 15 ms
[2022-11-15T04:58:24.759+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:24.791+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:24.792+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T04:58:25.594+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=2]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.233.29.9] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:708)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted
[2022-11-15T04:58:25.595+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:25.595+00:00|WARN|HostSelector|DMAAP-source-POLICY-PDP-PAP] All hosts were blacklisted; reverting to full set of hosts.
[2022-11-15T04:58:25.595+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:28.742+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:28.757+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 15 ms
[2022-11-15T04:58:28.757+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:28.791+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:28.792+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T04:58:32.743+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:32.757+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 13 ms
[2022-11-15T04:58:32.757+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:32.790+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:32.790+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T04:58:33.476+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:33.485+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"messageName":"PDP_TOPIC_CHECK","requestId":"5fd505d5-871e-43ab-a3f4-f4c0f6164447","timestampMs":1668488209211,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf"}
[2022-11-15T04:58:33.490+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_TOPIC_CHECK
[2022-11-15T04:58:33.491+00:00|INFO|BidirectionalTopicClient|DMAAP-source-POLICY-PDP-PAP] topic POLICY-PDP-PAP is ready; found matching message PdpTopicCheck(super=PdpMessage(messageName=PDP_TOPIC_CHECK, requestId=5fd505d5-871e-43ab-a3f4-f4c0f6164447, timestampMs=1668488209211, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=null, pdpSubgroup=null))
[2022-11-15T04:58:33.523+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:33.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:33.524+00:00|INFO|TopicBase|pool-3-thread-1] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3ab21d49-05df-4156-aad0-b33e2ea71597, consumerInstance=onap-policy-xacml-pdp-54c48d645f-hhw5g, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=2, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=1, locked=false, #topicListeners=2]]]]: unregistering org.onap.policy.common.endpoints.event.comm.client.BidirectionalTopicClient$$Lambda$175/0x000000080035d040@2d0cadf2
[2022-11-15T04:58:33.530+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=e8b58f06-6cc3-457e-997a-86b1ccccacf9, timestampMs=1668488313525, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=null), pdpType=xacml, state=PASSIVE, healthy=HEALTHY, description=null, policies=[], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=null, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=0, policyDeploySuccessCount=0, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T04:58:33.629+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"e8b58f06-6cc3-457e-997a-86b1ccccacf9","timestampMs":1668488313525,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup"}
[2022-11-15T04:58:33.661+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 31 ms
[2022-11-15T04:58:33.661+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:33.686+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:33.686+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T04:58:34.341+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:34.341+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"e8b58f06-6cc3-457e-997a-86b1ccccacf9","timestampMs":1668488313525,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup"}
[2022-11-15T04:58:34.343+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:58:34.343+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:34.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:38.135+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:38.138+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP","naming-models":[{"naming-type":"VNF","naming-recipe":"AIC_CLOUD_REGION|DELIMITER|CONSTANT|DELIMITER|TIMESTAMP","name-operation":"to_lower_case()","naming-properties":[{"property-name":"AIC_CLOUD_REGION"},{"property-name":"CONSTANT","property-value":"onap-nf"},{"property-name":"TIMESTAMP"},{"property-value":"-","property-name":"DELIMITER"}]},{"naming-type":"VNFC","naming-recipe":"VNF_NAME|DELIMITER|NFC_NAMING_CODE|DELIMITER|SEQUENCE","name-operation":"to_lower_case()","naming-properties":[{"property-name":"VNF_NAME"},{"property-name":"SEQUENCE","increment-sequence":{"max":"zzz","scope":"ENTIRETY","start-value":"1","length":"3","increment":"1","sequence-type":"alpha-numeric"}},{"property-name":"NFC_NAMING_CODE"},{"property-value":"-","property-name":"DELIMITER"}]},{"naming-type":"VF-MODULE","naming-recipe":"VNF_NAME|DELIMITER|VF_MODULE_LABEL|DELIMITER|VF_MODULE_TYPE|DELIMITER|SEQUENCE","name-operation":"to_lower_case()","naming-properties":[{"property-name":"VNF_NAME"},{"property-value":"-","property-name":"DELIMITER"},{"property-name":"VF_MODULE_LABEL"},{"property-name":"VF_MODULE_TYPE"},{"property-name":"SEQUENCE","increment-sequence":{"max":"zzz","scope":"PRECEEDING","start-value":"1","length":"3","increment":"1","sequence-type":"alpha-numeric"}}]}]},"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0","metadata":{"policy-id":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","policy-version":"1.0.0"}}],"messageName":"PDP_UPDATE","requestId":"43920cf7-096a-4a2f-b346-0c3555af8f1f","timestampMs":1668488317010,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:38.169+00:00|INFO|XacmlPdpUpdateListener|DMAAP-source-POLICY-PDP-PAP] PDP update message has been received from the PAP - PdpUpdate(super=PdpMessage(messageName=PDP_UPDATE, requestId=43920cf7-096a-4a2f-b346-0c3555af8f1f, timestampMs=1668488317010, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), source=pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf, description=null, pdpHeartbeatIntervalMs=120000, policiesToBeDeployed=[ToscaPolicy(super=ToscaWithTypeAndObjectProperties(type=onap.policies.Naming, typeVersion=1.0.0, properties={policy-instance-name=ONAP_NF_NAMING_TIMESTAMP, naming-models=[{naming-type=VNF, naming-recipe=AIC_CLOUD_REGION|DELIMITER|CONSTANT|DELIMITER|TIMESTAMP, name-operation=to_lower_case(), naming-properties=[{property-name=AIC_CLOUD_REGION}, {property-name=CONSTANT, property-value=onap-nf}, {property-name=TIMESTAMP}, {property-value=-, property-name=DELIMITER}]}, {naming-type=VNFC, naming-recipe=VNF_NAME|DELIMITER|NFC_NAMING_CODE|DELIMITER|SEQUENCE, name-operation=to_lower_case(), naming-properties=[{property-name=VNF_NAME}, {property-name=SEQUENCE, increment-sequence={max=zzz, scope=ENTIRETY, start-value=1, length=3, increment=1, sequence-type=alpha-numeric}}, {property-name=NFC_NAMING_CODE}, {property-value=-, property-name=DELIMITER}]}, {naming-type=VF-MODULE, naming-recipe=VNF_NAME|DELIMITER|VF_MODULE_LABEL|DELIMITER|VF_MODULE_TYPE|DELIMITER|SEQUENCE, name-operation=to_lower_case(), naming-properties=[{property-name=VNF_NAME}, {property-value=-, property-name=DELIMITER}, {property-name=VF_MODULE_LABEL}, {property-name=VF_MODULE_TYPE}, {property-name=SEQUENCE, increment-sequence={max=zzz, scope=PRECEEDING, start-value=1, length=3, increment=1, sequence-type=alpha-numeric}}]}]}))], policiesToBeUndeployed=[])
[2022-11-15T04:58:38.208+00:00|INFO|StdBaseTranslator|DMAAP-source-POLICY-PDP-PAP] Obligation Policy id: SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP type: onap.policies.Naming weight: null policy:
{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP","naming-models":[{"naming-type":"VNF","naming-recipe":"AIC_CLOUD_REGION|DELIMITER|CONSTANT|DELIMITER|TIMESTAMP","name-operation":"to_lower_case()","naming-properties":[{"property-name":"AIC_CLOUD_REGION"},{"property-name":"CONSTANT","property-value":"onap-nf"},{"property-name":"TIMESTAMP"},{"property-value":"-","property-name":"DELIMITER"}]},{"naming-type":"VNFC","naming-recipe":"VNF_NAME|DELIMITER|NFC_NAMING_CODE|DELIMITER|SEQUENCE","name-operation":"to_lower_case()","naming-properties":[{"property-name":"VNF_NAME"},{"property-name":"SEQUENCE","increment-sequence":{"max":"zzz","scope":"ENTIRETY","start-value":"1","length":"3","increment":"1","sequence-type":"alpha-numeric"}},{"property-name":"NFC_NAMING_CODE"},{"property-value":"-","property-name":"DELIMITER"}]},{"naming-type":"VF-MODULE","naming-recipe":"VNF_NAME|DELIMITER|VF_MODULE_LABEL|DELIMITER|VF_MODULE_TYPE|DELIMITER|SEQUENCE","name-operation":"to_lower_case()","naming-properties":[{"property-name":"VNF_NAME"},{"property-value":"-","property-name":"DELIMITER"},{"property-name":"VF_MODULE_LABEL"},{"property-name":"VF_MODULE_TYPE"},{"property-name":"SEQUENCE","increment-sequence":{"max":"zzz","scope":"PRECEEDING","start-value":"1","length":"3","increment":"1","sequence-type":"alpha-numeric"}}]}]},"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0","metadata":{"policy-id":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","policy-version":"1.0.0"}}
[2022-11-15T04:58:38.411+00:00|INFO|StdXacmlApplicationServiceProvider|DMAAP-source-POLICY-PDP-PAP] Xacml Policy is 


    
        
            
                
                    SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP
                    
                
            
            
                
                    onap.policies.Naming
                    
                
            
            
                
                    onap.policies.Naming
                    
                
                
                    1.0.0
                    
                
            
        
    
    
        Default is to PERMIT if the policy matches.
        
        
            
                
                    SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP
                
                
                    {"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP","naming-models":[{"naming-type":"VNF","naming-recipe":"AIC_CLOUD_REGION|DELIMITER|CONSTANT|DELIMITER|TIMESTAMP","name-operation":"to_lower_case()","naming-properties":[{"property-name":"AIC_CLOUD_REGION"},{"property-name":"CONSTANT","property-value":"onap-nf"},{"property-name":"TIMESTAMP"},{"property-value":"-","property-name":"DELIMITER"}]},{"naming-type":"VNFC","naming-recipe":"VNF_NAME|DELIMITER|NFC_NAMING_CODE|DELIMITER|SEQUENCE","name-operation":"to_lower_case()","naming-properties":[{"property-name":"VNF_NAME"},{"property-name":"SEQUENCE","increment-sequence":{"max":"zzz","scope":"ENTIRETY","start-value":"1","length":"3","increment":"1","sequence-type":"alpha-numeric"}},{"property-name":"NFC_NAMING_CODE"},{"property-value":"-","property-name":"DELIMITER"}]},{"naming-type":"VF-MODULE","naming-recipe":"VNF_NAME|DELIMITER|VF_MODULE_LABEL|DELIMITER|VF_MODULE_TYPE|DELIMITER|SEQUENCE","name-operation":"to_lower_case()","naming-properties":[{"property-name":"VNF_NAME"},{"property-value":"-","property-name":"DELIMITER"},{"property-name":"VF_MODULE_LABEL"},{"property-name":"VF_MODULE_TYPE"},{"property-name":"SEQUENCE","increment-sequence":{"max":"zzz","scope":"PRECEEDING","start-value":"1","length":"3","increment":"1","sequence-type":"alpha-numeric"}}]}]},"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0","metadata":{"policy-id":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","policy-version":"1.0.0"}}
                
                
                    onap.policies.Naming
                
            
        
    


[2022-11-15T04:58:38.434+00:00|INFO|XacmlPolicyUtils|DMAAP-source-POLICY-PDP-PAP] Storing xacml properties {xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory, xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory, xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory, xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides, xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory, root1.file=/opt/app/policy/pdpx/apps/naming/SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP_1.0.0.xml, xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory, xacml.rootPolicies=root1, xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory, xacml.referencedPolicies=, xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory, xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory, xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory} 
 /opt/app/policy/pdpx/apps/naming/xacml.properties
[2022-11-15T04:58:38.439+00:00|INFO|XacmlPdpApplicationManager|DMAAP-source-POLICY-PDP-PAP] Loaded ToscaPolicy {policy-id=SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP, policy-version=1.0.0} into application naming
[2022-11-15T04:58:38.445+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"response":{"responseTo":"43920cf7-096a-4a2f-b346-0c3555af8f1f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"c90655a0-597b-47d7-8500-d09a204b706c","timestampMs":1668488318444,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:38.445+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:38.445+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:38.445+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=e386cfa7-6e26-47f0-84fb-d2becdff1dab, timestampMs=1668488318445, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=PASSIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T04:58:38.447+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"e386cfa7-6e26-47f0-84fb-d2becdff1dab","timestampMs":1668488318445,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:38.457+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 2 msgs to /events/POLICY-PDP-PAP. Oldest: 12 ms
[2022-11-15T04:58:38.457+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:38.522+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:38.522+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (65 ms):{"serverTimeMs":1,"count":2}
[2022-11-15T04:58:39.218+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:39.219+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"response":{"responseTo":"43920cf7-096a-4a2f-b346-0c3555af8f1f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"c90655a0-597b-47d7-8500-d09a204b706c","timestampMs":1668488318444,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:39.219+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:58:39.219+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"e386cfa7-6e26-47f0-84fb-d2becdff1dab","timestampMs":1668488318445,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:39.220+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:58:39.220+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:39.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:40.507+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:40.508+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"9087517c-4871-49b8-9793-cf284b966647","timestampMs":1668488317011,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:40.510+00:00|INFO|XacmlPdpStateChangeListener|DMAAP-source-POLICY-PDP-PAP] PDP State Change message has been received from the PAP - PdpStateChange(super=PdpMessage(messageName=PDP_STATE_CHANGE, requestId=9087517c-4871-49b8-9793-cf284b966647, timestampMs=1668488317011, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), source=pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf, state=ACTIVE)
[2022-11-15T04:58:40.511+00:00|INFO|XacmlState|DMAAP-source-POLICY-PDP-PAP] set state of org.onap.policy.pdpx.main.XacmlState@71f6a7de to ACTIVE
[2022-11-15T04:58:40.511+00:00|INFO|XacmlState|DMAAP-source-POLICY-PDP-PAP] State change: ACTIVE - Starting rest controller
[2022-11-15T04:58:40.512+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"9087517c-4871-49b8-9793-cf284b966647","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d5da91bf-9685-4211-a415-bad4a0a34927","timestampMs":1668488320511,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:40.512+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:40.512+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:40.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 45 ms
[2022-11-15T04:58:40.557+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:40.623+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:40.623+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T04:58:41.279+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:41.280+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"9087517c-4871-49b8-9793-cf284b966647","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d5da91bf-9685-4211-a415-bad4a0a34927","timestampMs":1668488320511,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:41.280+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:58:41.280+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:41.280+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:42.700+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:42.701+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"d879553d-0dab-439d-8bd5-f4432569dc47","timestampMs":1668488320964,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:42.702+00:00|INFO|XacmlPdpUpdateListener|DMAAP-source-POLICY-PDP-PAP] PDP update message has been received from the PAP - PdpUpdate(super=PdpMessage(messageName=PDP_UPDATE, requestId=d879553d-0dab-439d-8bd5-f4432569dc47, timestampMs=1668488320964, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), source=pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf, description=null, pdpHeartbeatIntervalMs=120000, policiesToBeDeployed=[], policiesToBeUndeployed=[])
[2022-11-15T04:58:42.705+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"response":{"responseTo":"d879553d-0dab-439d-8bd5-f4432569dc47","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8b7110c2-45fa-43e8-bb95-a3478434e796","timestampMs":1668488322702,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:42.706+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:42.706+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:42.707+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 2 ms
[2022-11-15T04:58:42.707+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T04:58:42.746+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:42.746+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T04:58:43.401+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:43.402+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"response":{"responseTo":"d879553d-0dab-439d-8bd5-f4432569dc47","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8b7110c2-45fa-43e8-bb95-a3478434e796","timestampMs":1668488322702,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T04:58:43.402+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:58:43.402+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:43.402+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:58:58.452+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:58:58.453+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:58:58.453+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:13.426+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:13.426+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:13.426+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:22.544+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:22.545+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T04:59:21.283059Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"abf6d218-632c-4389-9a36-dbf2025e5e41","timestampMs":1668488361275,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup"}
[2022-11-15T04:59:22.545+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:59:22.545+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:22.546+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:24.042+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:24.043+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"135c04bc-5bc1-48c8-9399-27f7bb9ce29a","timestampMs":1668488363012,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T04:59:24.044+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:24.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:24.833+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:24.833+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T04:59:23.782879Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"135c04bc-5bc1-48c8-9399-27f7bb9ce29a","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"135c04bc-5bc1-48c8-9399-27f7bb9ce29a","timestampMs":1668488363782,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T04:59:24.834+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:59:24.834+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:24.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:26.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:26.007+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"10eb90dc-6093-4b22-afb1-3617b596cc18","timestampMs":1668488363012,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T04:59:26.008+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:26.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:26.720+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:26.721+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T04:59:25.749206Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"10eb90dc-6093-4b22-afb1-3617b596cc18","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"10eb90dc-6093-4b22-afb1-3617b596cc18","timestampMs":1668488365749,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T04:59:26.722+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:59:26.722+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:26.722+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:27.405+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:27.406+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"97d0f59d-9349-48b0-b04a-d0f75e17702f","timestampMs":1668488364991,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T04:59:27.407+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:27.407+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:28.112+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:28.114+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T04:59:27.144545Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"97d0f59d-9349-48b0-b04a-d0f75e17702f","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"97d0f59d-9349-48b0-b04a-d0f75e17702f","timestampMs":1668488367144,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T04:59:28.115+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T04:59:28.115+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:28.115+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:43.159+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:43.163+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:43.163+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T04:59:58.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T04:59:58.155+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T04:59:58.155+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:13.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:13.175+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:13.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:28.135+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:28.136+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:28.136+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:28.728+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:28.729+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T04:55:10.632987Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"cceb8d41-aa80-4561-9615-bf9a3a4b9f09","timestampMs":1668488110627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup"}
[2022-11-15T05:00:28.730+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:00:28.730+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T04:57:10.628735Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"7b7cbda4-bd17-4329-b050-a797959e44d8","timestampMs":1668488230628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup"}
[2022-11-15T05:00:28.730+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:00:28.731+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:28.731+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:29.271+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:29.272+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T04:59:10.628460Z","pdpGroupName":"defaultGroup","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"821d6afa-ac61-4ef0-9fbb-12907eff0fe4","timestampMs":1668488350628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup"}
[2022-11-15T05:00:29.273+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:00:29.273+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:29.273+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:29.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:29.999+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"527c03cb-62a0-4fce-bff7-7aae39e32ae6","timestampMs":1668488429007,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:00:30.000+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:30.000+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:30.717+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:30.718+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpUpdate","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:00:30.311794Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"527c03cb-62a0-4fce-bff7-7aae39e32ae6","responseStatus":"SUCCESS","responseMessage":"Pdp update successful."},"messageName":"PDP_STATUS","requestId":"d4fc0f1a-dd54-4cd3-bf65-de4e880a365f","timestampMs":1668488430311,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:00:30.718+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:00:30.719+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:30.719+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:31.960+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:31.961+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"2f60cb7f-957d-49d1-bd62-255573a6dad6","timestampMs":1668488429007,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:00:31.962+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:31.962+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:32.628+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:32.630+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpStateChange","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:00:32.267624Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"2f60cb7f-957d-49d1-bd62-255573a6dad6","responseStatus":"SUCCESS","responseMessage":"State changed to active. No policies found."},"messageName":"PDP_STATUS","requestId":"487ecd80-03b7-4ab5-99c6-6399bb1ab5c9","timestampMs":1668488432267,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:00:32.630+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:00:32.630+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:32.631+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:33.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:33.426+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"source":"pap-f1deb09f-9fa7-48f2-b4b8-bac75bca63cf","pdpHeartbeatIntervalMs":120000,"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"a39f8965-55c2-4fe5-8543-cd8fd595eb43","timestampMs":1668488431003,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:00:33.427+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:33.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:34.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:34.175+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpUpdate","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:00:33.731561Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"response":{"responseTo":"a39f8965-55c2-4fe5-8543-cd8fd595eb43","responseStatus":"SUCCESS","responseMessage":"Pdp already updated"},"messageName":"PDP_STATUS","requestId":"b656b98c-bec3-46fe-a84e-67f0be802f83","timestampMs":1668488433731,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:00:34.175+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:00:34.175+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:34.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:38.448+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=cb383ca3-f6de-4411-9299-86d3f4e100c9, timestampMs=1668488438447, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:00:38.450+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"cb383ca3-f6de-4411-9299-86d3f4e100c9","timestampMs":1668488438447,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:00:38.457+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 7 ms
[2022-11-15T05:00:38.457+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:00:38.528+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:38.528+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (71 ms):{"serverTimeMs":2,"count":1}
[2022-11-15T05:00:39.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:39.184+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"cb383ca3-f6de-4411-9299-86d3f4e100c9","timestampMs":1668488438447,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:00:39.185+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:00:39.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:39.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:00:54.161+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:00:54.161+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:00:54.161+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:01:09.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:01:09.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:01:09.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:01:11.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:01:11.100+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:01:10.628734Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"39ebd946-5832-433f-9bba-1ba1670fdb33","timestampMs":1668488470628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:01:11.100+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:01:11.100+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:01:11.100+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:01:22.239+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:01:22.239+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:01:21.268976Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"436f05cf-2ca0-4097-b7f6-c46b88e6a618","timestampMs":1668488481268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:01:22.239+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:01:22.240+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:01:22.240+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:01:37.247+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:01:37.248+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:01:37.248+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:01:52.209+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:01:52.210+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:01:52.210+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:02:07.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:02:07.187+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:02:07.187+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:02:22.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:02:22.169+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:02:22.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:02:37.152+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:02:37.153+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:02:37.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:02:38.451+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=1581b12f-5bda-407f-bbd1-beda81590274, timestampMs=1668488558451, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:02:38.453+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"1581b12f-5bda-407f-bbd1-beda81590274","timestampMs":1668488558451,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:02:38.457+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 4 ms
[2022-11-15T05:02:38.457+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:02:38.503+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:02:38.504+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:02:39.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:02:39.140+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"1581b12f-5bda-407f-bbd1-beda81590274","timestampMs":1668488558451,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:02:39.141+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:02:39.141+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:02:39.141+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:02:54.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:02:54.117+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:02:54.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:03:09.097+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:03:09.098+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:03:09.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:03:11.031+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:03:11.032+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:03:10.627760Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"58844372-855e-498f-a6da-eb788e8ddb33","timestampMs":1668488590627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:03:11.032+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:03:11.032+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:03:11.032+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:03:22.252+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:03:22.258+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:03:21.268860Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"553aeac4-279f-4529-a8c6-cc00e38ff1ac","timestampMs":1668488601268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:03:22.258+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:03:22.258+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:03:22.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:03:37.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:03:37.221+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:03:37.221+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:03:52.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:03:52.207+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:03:52.208+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:04:07.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:04:07.173+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:04:07.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:04:22.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:04:22.154+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:04:22.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:04:37.138+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:04:37.139+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:04:37.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:04:38.454+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=3bc286cd-01cf-4697-b3f6-6a71c1733c91, timestampMs=1668488678453, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:04:38.457+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"3bc286cd-01cf-4697-b3f6-6a71c1733c91","timestampMs":1668488678453,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:04:38.457+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 0 ms
[2022-11-15T05:04:38.458+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:04:38.501+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:04:38.502+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:04:39.127+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:04:39.127+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"3bc286cd-01cf-4697-b3f6-6a71c1733c91","timestampMs":1668488678453,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:04:39.128+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:04:39.128+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:04:39.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:04:54.091+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:04:54.092+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:04:54.092+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:05:09.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:05:09.049+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:05:09.049+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:05:11.043+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:05:11.043+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:05:10.628152Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"84d6fb7f-2928-43ee-b22b-1b2de094c739","timestampMs":1668488710627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:05:11.044+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:05:11.044+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:05:11.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:05:22.263+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:05:22.264+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:05:21.269102Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"3cb3363d-ac7a-4170-b6c5-20d481918884","timestampMs":1668488721269,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:05:22.264+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:05:22.264+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:05:22.265+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:05:37.213+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:05:37.213+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:05:37.213+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:05:52.195+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:05:52.195+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:05:52.196+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:06:07.156+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:06:07.156+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:06:07.156+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:06:22.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:06:22.129+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:06:22.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:06:37.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:06:37.117+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:06:37.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:06:38.457+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=70b0438b-d1d0-483e-9e89-d1a343a1e259, timestampMs=1668488798457, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:06:38.458+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"70b0438b-d1d0-483e-9e89-d1a343a1e259","timestampMs":1668488798457,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:06:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 49 ms
[2022-11-15T05:06:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:06:38.545+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:06:38.546+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:06:39.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:06:39.173+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"70b0438b-d1d0-483e-9e89-d1a343a1e259","timestampMs":1668488798457,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:06:39.174+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:06:39.174+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:06:39.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:06:54.126+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:06:54.127+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:06:54.127+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:07:09.108+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:07:09.108+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:07:09.108+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:07:11.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:07:11.051+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:07:10.629104Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"06bf6fc2-0f97-4667-a67c-399b0f7251b4","timestampMs":1668488830628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:07:11.052+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:07:11.053+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:07:11.053+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:07:22.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:07:22.259+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:07:21.268661Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"959b99f6-5de6-4a09-82eb-58896667ee00","timestampMs":1668488841268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:07:22.260+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:07:22.261+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:07:22.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:07:37.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:07:37.245+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:07:37.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:07:52.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:07:52.228+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:07:52.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:08:07.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:08:07.198+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:08:07.198+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:08:22.152+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:08:22.153+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:08:22.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:08:37.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:08:37.131+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:08:37.131+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:08:38.460+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=19595f53-8d07-4b4f-a848-4d4fbf6bd692, timestampMs=1668488918459, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:08:38.462+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"19595f53-8d07-4b4f-a848-4d4fbf6bd692","timestampMs":1668488918459,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:08:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 44 ms
[2022-11-15T05:08:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:08:38.556+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:08:38.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:08:39.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:08:39.178+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"19595f53-8d07-4b4f-a848-4d4fbf6bd692","timestampMs":1668488918459,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:08:39.179+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:08:39.179+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:08:39.179+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:08:54.131+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:08:54.131+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:08:54.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:09:09.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:09:09.099+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:09:09.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:09:11.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:09:11.040+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:09:10.628084Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"758749b4-4230-4443-9867-dbb63b948552","timestampMs":1668488950627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:09:11.041+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:09:11.041+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:09:11.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:09:22.288+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:09:22.288+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:09:21.269031Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"4cd0b933-65b2-42d4-bf67-503d4f4f8c21","timestampMs":1668488961268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:09:22.289+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:09:22.289+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:09:22.289+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:09:37.302+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:09:37.303+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:09:37.303+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:09:52.271+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:09:52.272+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:09:52.272+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:10:07.242+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:10:07.243+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:10:07.243+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:10:22.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:10:22.201+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:10:22.202+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:10:37.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:10:37.174+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:10:37.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:10:38.463+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=21fdf4a6-1555-463d-a1b4-cca8b17d56cd, timestampMs=1668489038463, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:10:38.464+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"21fdf4a6-1555-463d-a1b4-cca8b17d56cd","timestampMs":1668489038463,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:10:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 43 ms
[2022-11-15T05:10:38.508+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:10:38.559+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:10:38.559+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:10:39.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:10:39.192+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"21fdf4a6-1555-463d-a1b4-cca8b17d56cd","timestampMs":1668489038463,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:10:39.192+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:10:39.192+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:10:39.192+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:10:54.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:10:54.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:10:54.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:11:09.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:11:09.149+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:11:09.149+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:11:11.036+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:11:11.037+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:11:10.628313Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"fecedbf5-a084-4557-bd34-ee1fdc4f2fa5","timestampMs":1668489070628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:11:11.037+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:11:11.038+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:11:11.038+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:11:22.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:11:22.262+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:11:21.268593Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"2fe2794a-146a-4d8b-afd3-4530956b491b","timestampMs":1668489081268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:11:22.262+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:11:22.262+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:11:22.263+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:11:37.270+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:11:37.271+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:11:37.271+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:11:52.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:11:52.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:11:52.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:12:07.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:12:07.229+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:12:07.229+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:12:22.195+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:12:22.197+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:12:22.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:12:37.157+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:12:37.158+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:12:37.158+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:12:38.465+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=19b82030-0b9c-4033-ba4d-fb2c575662e6, timestampMs=1668489158465, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:12:38.468+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"19b82030-0b9c-4033-ba4d-fb2c575662e6","timestampMs":1668489158465,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:12:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 39 ms
[2022-11-15T05:12:38.509+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:12:38.581+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:12:38.582+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:12:39.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:12:39.225+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"19b82030-0b9c-4033-ba4d-fb2c575662e6","timestampMs":1668489158465,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:12:39.225+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:12:39.225+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:12:39.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:12:54.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:12:54.178+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:12:54.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:13:09.142+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:13:09.142+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:13:09.142+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:13:11.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:13:11.047+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:13:10.628002Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"212c8406-4349-4eb1-8192-69a936667f2a","timestampMs":1668489190627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:13:11.048+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:13:11.048+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:13:11.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:13:22.242+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:13:22.242+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:13:21.268849Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"30734ad3-0c5f-4a2c-b06d-50396601b35f","timestampMs":1668489201268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:13:22.243+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:13:22.243+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:13:22.243+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:13:37.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:13:37.202+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:13:37.202+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:13:52.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:13:52.194+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:13:52.194+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:14:07.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:14:07.192+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:14:07.192+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:14:22.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:14:22.206+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:14:22.207+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:14:37.218+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:14:37.218+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:14:37.218+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:14:38.468+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=1d6f1767-2dd2-41ea-8620-5912c56dd0e9, timestampMs=1668489278468, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:14:38.470+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"1d6f1767-2dd2-41ea-8620-5912c56dd0e9","timestampMs":1668489278468,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:14:38.508+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
[2022-11-15T05:14:38.509+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:14:38.572+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:14:38.573+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:14:39.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:14:39.194+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"1d6f1767-2dd2-41ea-8620-5912c56dd0e9","timestampMs":1668489278468,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:14:39.194+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:14:39.194+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:14:39.194+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:14:54.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:14:54.163+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:14:54.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:15:09.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:15:09.119+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:15:09.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:15:11.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:15:11.042+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:15:10.627557Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"81b15b2b-0d79-43a4-a976-b8687895e620","timestampMs":1668489310627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:15:11.043+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:15:11.043+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:15:11.043+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:15:22.239+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:15:22.240+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:15:21.268531Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"2acc707a-67d8-44e3-a2b7-c0612cc7fce0","timestampMs":1668489321268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:15:22.240+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:15:22.240+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:15:22.240+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:15:37.204+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:15:37.204+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:15:37.204+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:15:52.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:15:52.197+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:15:52.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:16:07.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:16:07.169+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:16:07.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:16:22.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:16:22.154+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:16:22.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:16:37.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:16:37.118+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:16:37.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:16:38.471+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=b0c50672-04f7-4864-b1d8-5163aa3e8c09, timestampMs=1668489398471, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:16:38.474+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"b0c50672-04f7-4864-b1d8-5163aa3e8c09","timestampMs":1668489398471,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:16:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 33 ms
[2022-11-15T05:16:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:16:38.546+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:16:38.547+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:16:39.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:16:39.169+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"b0c50672-04f7-4864-b1d8-5163aa3e8c09","timestampMs":1668489398471,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:16:39.170+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:16:39.170+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:16:39.170+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:16:54.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:16:54.135+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:16:54.135+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:17:09.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:17:09.113+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:17:09.113+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:17:11.043+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:17:11.046+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:17:10.627836Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"04bc2e79-175a-417d-99e6-449882804472","timestampMs":1668489430627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:17:11.047+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:17:11.048+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:17:11.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:17:22.250+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:17:22.251+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:17:21.268898Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"0dcfde24-c554-4c67-b78d-74a6b7b4866b","timestampMs":1668489441268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:17:22.251+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:17:22.251+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:17:22.251+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:17:37.205+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:17:37.206+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:17:37.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:17:52.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:17:52.166+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:17:52.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:18:07.115+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:18:07.116+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:18:07.116+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:18:22.085+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:18:22.085+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:18:22.085+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:18:37.034+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:18:37.035+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:18:37.035+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:18:38.476+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=84e5f1c7-05a9-4626-91fb-df3761d9531e, timestampMs=1668489518475, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:18:38.478+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"84e5f1c7-05a9-4626-91fb-df3761d9531e","timestampMs":1668489518475,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:18:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 29 ms
[2022-11-15T05:18:38.508+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:18:38.559+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:18:38.560+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:18:39.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:18:39.185+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"84e5f1c7-05a9-4626-91fb-df3761d9531e","timestampMs":1668489518475,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:18:39.185+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:18:39.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:18:39.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:18:54.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:18:54.146+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:18:54.146+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:19:09.093+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:19:09.094+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:19:09.094+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:19:11.045+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:19:11.047+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:19:10.628028Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"3dbbc145-a393-4521-8b64-8af0416e834b","timestampMs":1668489550627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:19:11.048+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:19:11.048+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:19:11.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:19:22.247+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:19:22.249+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:19:21.268972Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"8e5ccd27-8c82-40cb-9578-b50cc257aa42","timestampMs":1668489561268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:19:22.251+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:19:22.252+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:19:22.252+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:19:37.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:19:37.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:19:37.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:19:52.190+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:19:52.199+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:19:52.199+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:20:07.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:20:07.176+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:20:07.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:20:22.151+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:20:22.152+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:20:22.152+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:20:37.126+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:20:37.126+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:20:37.127+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:20:38.479+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=900b3fa9-94c2-4f43-bb44-b3a5a23244eb, timestampMs=1668489638479, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:20:38.482+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"900b3fa9-94c2-4f43-bb44-b3a5a23244eb","timestampMs":1668489638479,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:20:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 25 ms
[2022-11-15T05:20:38.508+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:20:38.556+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:20:38.558+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:20:39.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:20:39.176+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"900b3fa9-94c2-4f43-bb44-b3a5a23244eb","timestampMs":1668489638479,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:20:39.177+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:20:39.177+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:20:39.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:20:54.128+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:20:54.128+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:20:54.128+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:21:09.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:21:09.122+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:21:09.122+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:21:11.042+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:21:11.043+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:21:10.628450Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"79da628e-d90b-46fa-8b73-3bb878516eaa","timestampMs":1668489670628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:21:11.043+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:21:11.044+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:21:11.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:21:22.242+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:21:22.242+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:21:21.268704Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"8652b68f-cc85-4b8d-82ea-5c7c30b8b999","timestampMs":1668489681268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:21:22.243+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:21:22.243+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:21:22.243+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:21:37.232+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:21:37.233+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:21:37.233+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:21:52.275+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:21:52.276+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:21:52.276+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:22:07.241+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:22:07.242+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:22:07.242+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:22:22.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:22:22.197+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:22:22.198+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:22:37.143+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:22:37.143+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:22:37.143+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:22:38.483+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=6a141301-5293-4b3d-9bc5-f23de41fd44b, timestampMs=1668489758483, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:22:38.485+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"6a141301-5293-4b3d-9bc5-f23de41fd44b","timestampMs":1668489758483,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:22:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 22 ms
[2022-11-15T05:22:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:22:38.542+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:22:38.543+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:22:39.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:22:39.172+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"6a141301-5293-4b3d-9bc5-f23de41fd44b","timestampMs":1668489758483,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:22:39.172+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:22:39.172+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:22:39.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:22:54.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:22:54.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:22:54.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:23:09.076+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:23:09.076+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:23:09.076+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:23:11.049+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:23:11.050+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:23:10.627855Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"fc4e2f8e-ef66-42e2-b58b-e4cff0858275","timestampMs":1668489790627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:23:11.050+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:23:11.050+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:23:11.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:23:22.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:23:22.255+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:23:21.269241Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"75b64dbc-bc22-4957-aded-ba99e20f2bb7","timestampMs":1668489801269,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:23:22.255+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:23:22.256+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:23:22.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:23:37.234+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:23:37.234+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:23:37.234+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:23:52.192+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:23:52.193+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:23:52.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:24:07.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:24:07.154+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:24:07.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:24:22.138+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:24:22.139+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:24:22.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:24:37.128+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:24:37.130+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:24:37.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:24:38.486+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=de82465c-127e-4364-a2fc-eaabc9e2503b, timestampMs=1668489878486, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:24:38.490+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"de82465c-127e-4364-a2fc-eaabc9e2503b","timestampMs":1668489878486,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:24:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 17 ms
[2022-11-15T05:24:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:24:38.569+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:24:38.569+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:24:39.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:24:39.190+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"de82465c-127e-4364-a2fc-eaabc9e2503b","timestampMs":1668489878486,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:24:39.191+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:24:39.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:24:39.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:24:54.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:24:54.154+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:24:54.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:25:09.128+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:25:09.129+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:25:09.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:25:11.046+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:25:11.047+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:25:10.628088Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"ccfd396b-af99-4798-a39d-de92e39bde64","timestampMs":1668489910627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:25:11.047+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:25:11.047+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:25:11.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:25:22.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:25:22.257+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:25:21.268576Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"939c031d-484c-4192-b21b-f291a3a9c308","timestampMs":1668489921268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:25:22.258+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:25:22.258+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:25:22.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:25:37.266+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:25:37.266+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:25:37.266+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:25:52.253+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:25:52.254+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:25:52.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:26:07.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:26:07.245+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:26:07.246+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:26:22.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:26:22.201+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:26:22.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:26:37.157+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:26:37.158+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:26:37.158+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:26:38.491+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=c47b410a-6a15-48ea-8e7d-58e2915e31a9, timestampMs=1668489998491, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:26:38.492+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"c47b410a-6a15-48ea-8e7d-58e2915e31a9","timestampMs":1668489998491,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:26:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 15 ms
[2022-11-15T05:26:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:26:38.543+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:26:38.544+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:26:39.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:26:39.166+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"c47b410a-6a15-48ea-8e7d-58e2915e31a9","timestampMs":1668489998491,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:26:39.167+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:26:39.167+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:26:39.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:26:54.120+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:26:54.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:26:54.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:27:09.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:27:09.087+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:27:09.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:27:11.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:27:11.051+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:27:10.628203Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"abecc9ba-3fd6-42ab-a9a2-78a79fb7298e","timestampMs":1668490030628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:27:11.051+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:27:11.051+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:27:11.051+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:27:22.270+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:27:22.270+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:27:21.268646Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"b51b11cf-fd88-4582-8d75-8b3e6e5bb5ac","timestampMs":1668490041268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:27:22.271+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:27:22.271+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:27:22.271+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:27:37.293+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:27:37.294+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:27:37.294+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:27:52.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:27:52.277+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:27:52.278+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:28:07.253+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:28:07.254+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:28:07.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:28:22.211+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:28:22.212+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:28:22.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:28:37.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:28:37.212+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:28:37.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:28:38.493+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=60b00966-769a-4d36-9a58-df277a08b72d, timestampMs=1668490118493, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:28:38.494+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"60b00966-769a-4d36-9a58-df277a08b72d","timestampMs":1668490118493,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:28:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 13 ms
[2022-11-15T05:28:38.508+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:28:38.543+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:28:38.544+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:28:39.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:28:39.174+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"60b00966-769a-4d36-9a58-df277a08b72d","timestampMs":1668490118493,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:28:39.174+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:28:39.174+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:28:39.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:28:54.126+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:28:54.126+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:28:54.126+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:29:09.077+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:29:09.078+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:29:09.078+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:29:11.054+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:29:11.055+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:29:10.628542Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"1ff24fd6-fc0f-4876-9c3e-26fe7272e265","timestampMs":1668490150628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:29:11.055+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:29:11.056+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:29:11.056+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:29:22.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:29:22.257+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:29:21.268958Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"a39f8996-52fd-4a91-95c8-0a7eb4f4aaaf","timestampMs":1668490161268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:29:22.258+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:29:22.258+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:29:22.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:29:37.237+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:29:37.240+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:29:37.240+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:29:52.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:29:52.254+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:29:52.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:30:07.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:30:07.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:30:07.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:30:22.222+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:30:22.224+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:30:22.224+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:30:37.210+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:30:37.211+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:30:37.211+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:30:38.495+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=322c9485-0f42-4b67-998a-c9d399fb7dc4, timestampMs=1668490238495, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:30:38.498+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"322c9485-0f42-4b67-998a-c9d399fb7dc4","timestampMs":1668490238495,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:30:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 9 ms
[2022-11-15T05:30:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:30:38.543+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:30:38.544+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:30:39.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:30:39.165+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"322c9485-0f42-4b67-998a-c9d399fb7dc4","timestampMs":1668490238495,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:30:39.166+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:30:39.166+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:30:39.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:30:54.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:30:54.118+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:30:54.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:31:09.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:31:09.110+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:31:09.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:31:11.063+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:31:11.063+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:31:10.628276Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"f02e71b8-4cf5-4979-bde0-8be21ede98a7","timestampMs":1668490270628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:31:11.064+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:31:11.064+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:31:11.064+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:31:22.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:31:22.277+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:31:21.268736Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"da226261-e5a4-44ff-bba0-eb286d6cdd97","timestampMs":1668490281268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:31:22.278+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:31:22.278+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:31:22.278+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:31:37.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:31:37.229+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:31:37.231+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:31:52.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:31:52.201+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:31:52.202+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:32:07.152+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:32:07.153+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:32:07.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:32:22.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:32:22.154+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:32:22.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:32:37.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:32:37.108+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:32:37.108+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:32:38.499+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=6bc1ece1-03df-4488-88aa-cc72cb5d2665, timestampMs=1668490358498, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:32:38.503+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"6bc1ece1-03df-4488-88aa-cc72cb5d2665","timestampMs":1668490358498,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:32:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 4 ms
[2022-11-15T05:32:38.508+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:32:38.544+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:32:38.545+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:32:39.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:32:39.168+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"6bc1ece1-03df-4488-88aa-cc72cb5d2665","timestampMs":1668490358498,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:32:39.168+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:32:39.168+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:32:39.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:32:54.170+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:32:54.170+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:32:54.170+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:33:09.122+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:33:09.122+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:33:09.123+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:33:11.105+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:33:11.106+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:33:10.628323Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"de9d81fe-0072-4d7f-a968-361713d342c2","timestampMs":1668490390628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:33:11.106+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:33:11.106+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:33:11.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:33:22.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:33:22.256+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:33:21.268997Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"84fb77c1-9e32-44d4-9c62-754e1cab3632","timestampMs":1668490401268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:33:22.256+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:33:22.256+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:33:22.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:33:37.251+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:33:37.251+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:33:37.251+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:33:52.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:33:52.246+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:33:52.246+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:34:07.200+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:34:07.200+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:34:07.200+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:34:22.158+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:34:22.159+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:34:22.159+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:34:37.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:34:37.118+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:34:37.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:34:38.504+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=ecbdba7f-64bb-4f6a-aa4d-393cec448082, timestampMs=1668490478503, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:34:38.505+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"ecbdba7f-64bb-4f6a-aa4d-393cec448082","timestampMs":1668490478503,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:34:38.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 2 ms
[2022-11-15T05:34:38.507+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:34:38.545+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:34:38.546+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
[2022-11-15T05:34:39.160+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:34:39.161+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"ecbdba7f-64bb-4f6a-aa4d-393cec448082","timestampMs":1668490478503,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:34:39.161+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:34:39.162+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:34:39.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:34:54.123+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:34:54.124+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:34:54.125+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:35:09.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:35:09.072+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:35:09.073+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:35:11.059+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:35:11.060+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:35:10.628264Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"3d432979-d25b-4197-b489-e9b0a7c91393","timestampMs":1668490510628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:35:11.061+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:35:11.061+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:35:11.062+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:35:22.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:35:22.237+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:35:21.268582Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"8662e81d-b0ab-402f-8def-8513c40193af","timestampMs":1668490521268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:35:22.237+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:35:22.238+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:35:22.238+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:35:37.211+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:35:37.212+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:35:37.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:35:52.160+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:35:52.161+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:35:52.161+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:36:07.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:36:07.117+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:36:07.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:36:22.079+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:36:22.079+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:36:22.079+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:36:37.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:36:37.061+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:36:37.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:36:38.506+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=206be2ed-226e-4e0e-8eb5-48feb07a0d72, timestampMs=1668490598505, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:36:38.508+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"206be2ed-226e-4e0e-8eb5-48feb07a0d72","timestampMs":1668490598505,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:36:38.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 49 ms
[2022-11-15T05:36:38.557+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:36:38.589+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:36:38.590+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:36:39.218+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:36:39.220+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"206be2ed-226e-4e0e-8eb5-48feb07a0d72","timestampMs":1668490598505,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:36:39.220+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:36:39.220+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:36:39.221+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:36:54.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:36:54.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:36:54.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:37:09.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:37:09.135+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:37:09.136+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:37:11.080+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:37:11.082+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:37:10.628376Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"cd6215e1-7130-4e9c-96a3-03a69074b1f4","timestampMs":1668490630628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:37:11.082+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:37:11.082+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:37:11.082+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:37:22.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:37:22.258+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:37:21.269454Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"f888ff40-30b8-4393-8da5-48fe8b9d0e81","timestampMs":1668490641269,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:37:22.259+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:37:22.259+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:37:22.259+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:37:37.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:37:37.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:37:37.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:37:52.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:37:52.208+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:37:52.208+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:38:07.160+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:38:07.162+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:38:07.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:38:22.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:38:22.135+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:38:22.135+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:38:37.101+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:38:37.102+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:38:37.102+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:38:38.509+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=e861dab7-fc90-49a4-9847-e56246d2aee3, timestampMs=1668490718509, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:38:38.510+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"e861dab7-fc90-49a4-9847-e56246d2aee3","timestampMs":1668490718509,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:38:38.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 47 ms
[2022-11-15T05:38:38.557+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:38:38.594+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:38:38.595+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:38:39.214+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:38:39.215+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"e861dab7-fc90-49a4-9847-e56246d2aee3","timestampMs":1668490718509,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:38:39.215+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:38:39.215+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:38:39.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:38:54.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:38:54.175+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:38:54.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:39:09.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:39:09.129+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:39:09.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:39:11.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:39:11.061+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:39:10.627592Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"301d5f5e-bd8e-4089-9e12-1ea2d25fee4d","timestampMs":1668490750627,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:39:11.062+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:39:11.062+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:39:11.062+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:39:22.249+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:39:22.251+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:39:21.268834Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"e7657e2c-77ba-4f42-88de-8baf5b002ca9","timestampMs":1668490761268,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:39:22.251+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:39:22.251+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:39:22.251+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:39:37.230+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:39:37.231+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:39:37.231+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:39:52.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:39:52.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:39:52.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:40:07.217+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:40:07.218+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:40:07.218+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:40:22.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:40:22.235+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:40:22.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:40:37.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:40:37.183+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:40:37.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:40:38.511+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=9b1b8e9a-8bcf-4707-9387-8fa707edce2e, timestampMs=1668490838511, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:40:38.515+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"9b1b8e9a-8bcf-4707-9387-8fa707edce2e","timestampMs":1668490838511,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:40:38.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 42 ms
[2022-11-15T05:40:38.557+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:40:38.593+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200 OK
[2022-11-15T05:40:38.594+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
[2022-11-15T05:40:39.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:40:39.228+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"9b1b8e9a-8bcf-4707-9387-8fa707edce2e","timestampMs":1668490838511,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:40:39.229+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:40:39.229+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:40:39.229+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:40:54.213+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:40:54.213+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:40:54.214+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:41:09.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:41:09.172+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:41:09.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:41:11.066+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:41:11.067+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"apex-1c7e7efa-7482-41de-8461-9ce660669820","timeStamp":"2022-11-15T05:41:10.629008Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"0de7b229-c0ba-44c6-96a9-c6a4ff516dc6","timestampMs":1668490870628,"name":"apex-1c7e7efa-7482-41de-8461-9ce660669820","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[2022-11-15T05:41:11.067+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:41:11.067+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:41:11.067+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:41:22.251+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:41:22.251+00:00|INFO|network|DMAAP-source-POLICY-PDP-PAP] [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","timeStamp":"2022-11-15T05:41:21.269207Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"ab053445-bebb-4ff4-8099-9dc97932e64e","timestampMs":1668490881269,"name":"onap-policy-drools-pdp-0.8218abd0-ee84-4649-89b1-1728271b6450","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[2022-11-15T05:41:22.252+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-PDP-PAP] discarding event of type PDP_STATUS
[2022-11-15T05:41:22.252+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:41:22.252+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:41:37.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:41:37.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:41:37.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:41:52.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:41:52.183+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:41:52.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:42:07.137+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:42:07.138+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:42:07.138+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:42:22.115+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:42:22.116+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:42:22.116+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:42:37.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 200 OK
[2022-11-15T05:42:37.090+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000
[2022-11-15T05:42:37.091+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET https://message-router:3905/events/POLICY-PDP-PAP/3ab21d49-05df-4156-aad0-b33e2ea71597/onap-policy-xacml-pdp-54c48d645f-hhw5g?timeout=15000 (anonymous) ...
[2022-11-15T05:42:38.516+00:00|INFO|XacmlPdpHearbeatPublisher|pool-3-thread-1] Sending Xacml PDP heartbeat to the PAP - PdpStatus(super=PdpMessage(messageName=PDP_STATUS, requestId=3bacd2b6-9b87-447e-a169-91521c0c650a, timestampMs=1668490958515, name=xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf, pdpGroup=defaultGroup, pdpSubgroup=xacml), pdpType=xacml, state=ACTIVE, healthy=HEALTHY, description=null, policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], deploymentInstanceInfo=null, properties=null, statistics=PdpStatistics(pdpInstanceId=null, timeStamp=+54842-04-15T02:48:50Z, generatedId=null, pdpGroupName=defaultGroup, pdpSubGroupName=xacml, policyExecutedCount=0, policyExecutedSuccessCount=0, policyExecutedFailCount=0, policyDeployCount=1, policyDeploySuccessCount=1, policyDeployFailCount=0, policyUndeployCount=0, policyUndeploySuccessCount=0, policyUndeployFailCount=0, engineStats=null), response=null)
[2022-11-15T05:42:38.517+00:00|INFO|network|pool-3-thread-1] [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"statistics":{"timeStamp":"+54842-04-15T02:48:50Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"xacml","policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0,"policyDeployCount":1,"policyDeploySuccessCount":1,"policyDeployFailCount":0,"policyUndeployCount":0,"policyUndeploySuccessCount":0,"policyUndeployFailCount":0},"messageName":"PDP_STATUS","requestId":"3bacd2b6-9b87-447e-a169-91521c0c650a","timestampMs":1668490958515,"name":"xacml-cc2165be-ecdb-4e7e-8461-9f13fe2d3abf","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[2022-11-15T05:42:38.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-2-thread-1] sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 40 ms
[2022-11-15T05:42:38.557+00:00|INFO|HttpClient|pool-2-thread-1] POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[2022-11-15T05:42:38.586+00:00|INFO|HttpClient|pool-2-thread-1] 	--> HTTP/1.1 200