Results

By type

          Policy pap config file: /opt/app/policy/pap/etc/mounted/config.json
overriding logback.xml
07:56:24.485 [main] INFO  o.o.policy.pap.main.startstop.Main - Starting policy pap service with arguments - [-c, /opt/app/policy/pap/etc/mounted/config.json]
[EL Info]: 2021-04-07 07:56:25.338--ServerSession(2000648320)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 07:56:26.219--ServerSession(2000648320)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=161) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 07:56:26.261--ServerSession(2000648320)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=161) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 07:56:26.304--ServerSession(2000648320)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=161) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 07:56:26.335--ServerSession(2000648320)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=161) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
07:56:27.196 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedDmaapTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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
07:56:27.310 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting
07:56:27.310 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP parameters
07:56:27.311 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting DAO Factory
07:56:27.311 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting DAO Factory registration
07:56:27.311 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Pdp Heartbeat Listener
07:56:27.311 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Request ID Dispatcher
07:56:27.312 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Message Dispatcher
07:56:27.316 [main] INFO  o.o.p.c.e.e.c.bus.internal.TopicBase - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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@7f92b990
07:56:27.316 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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
07:56:27.318 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedDmaapTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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
07:56:27.323 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting topics
07:56:27.324 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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
07:56:27.329 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
07:56:27.335 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
07:56:27.324 [main] INFO  o.o.p.c.e.e.c.b.i.InlineBusTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=37232996-52f0-45d0-b874-1c71f13a41a5, alive=false, publisher=null]]: starting
07:56:27.356 [main] INFO  o.o.p.c.e.e.c.b.i.InlineDmaapTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=37232996-52f0-45d0-b874-1c71f13a41a5, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
07:56:27.356 [main] INFO  o.o.p.c.e.e.c.b.i.InlineBusTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=d55f9a24-e133-41d5-8bd7-833ed00ee30d, alive=false, publisher=null]]: starting
07:56:27.357 [main] INFO  o.o.p.c.e.e.c.b.i.InlineDmaapTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=d55f9a24-e133-41d5-8bd7-833ed00ee30d, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
07:56:27.357 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP statistics
07:56:27.358 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP publisher
07:56:27.360 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Policy Notification publisher
07:56:27.361 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Policy Notifier
07:56:27.361 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP heart beat timers
07:56:27.362 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP update timers
07:56:27.363 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - timer manager heart beat started
07:56:27.363 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP state-change timers
07:56:27.363 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - timer manager update started
07:56:27.363 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP modification lock
07:56:27.363 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP modification requests
07:56:27.366 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - timer manager state-change started
07:56:27.367 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP heart beat tracker
[EL Info]: 2021-04-07 07:56:27.443--ServerSession(641449963)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 07:56:27.866--ServerSession(641449963)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 07:56:27.901--ServerSession(641449963)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 07:56:27.94--ServerSession(641449963)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 07:56:27.991--ServerSession(641449963)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
07:56:28.357 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP client executor
07:56:28.448 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting REST server
07:56:28.498 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @4574ms to org.eclipse.jetty.util.log.Slf4jLog
07:56:28.607 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
07:56:28.607 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST PapGroup
07:56:28.607 [main] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-2ceee4b6@4a15afa2==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=PapGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@5568c66f{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@e784320{/,null,STOPPED}, connector=PapGroup@6ebc9573{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING
07:56:28.613 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
07:56:28.613 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP started
07:56:28.613 [main] INFO  o.o.policy.pap.main.startstop.Main - Started policy-pap service successfully.
07:56:28.613 [PapGroup-6969] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-2ceee4b6@4a15afa2==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=PapGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@5568c66f{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@e784320{/,null,STOPPED}, connector=PapGroup@6ebc9573{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[PapGroup-6969,5,main]]]: STARTING
07:56:28.618 [PapGroup-6969] INFO  org.eclipse.jetty.server.Server - jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1
07:56:28.657 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
07:56:28.657 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
07:56:28.659 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
07:56:29.451 [PapGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
07:56:29.451 [PapGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
07:56:29.556 [PapGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@e784320{/,null,AVAILABLE}
07:56:29.752 [PapGroup-6969] INFO  o.e.jetty.util.ssl.SslContextFactory - x509=X509@76f1c057(policy@policy.onap.org,h=[policy, brmsgw, brmsgw.onap, drools, drools.onap, pap, pap.onap, pdp, pdp.onap, policy-apex-pdp, policy-apex-pdp.onap, policy-api, policy-api.onap, policy-distribution, policy-distribution.onap, policy-pap, policy-pap.onap, policy-xacml-pdp, policy-xacml-pdp.onap, policy.api.simpledemo.onap.org],w=[pdp, pdp.onap.svc.cluster.local]) for Server@5ee36e87[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/pap/etc/ssl/policy-truststore]
07:56:29.857 [PapGroup-6969] INFO  o.e.jetty.server.AbstractConnector - Started PapGroup@6ebc9573{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
07:56:29.857 [PapGroup-6969] INFO  org.eclipse.jetty.server.Server - Started @5934ms
[EL Info]: 2021-04-07 07:58:31.185--ServerSession(706750473)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 07:58:31.726--ServerSession(706750473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=250) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 07:58:31.765--ServerSession(706750473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=250) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 07:58:31.805--ServerSession(706750473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=250) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 07:58:31.84--ServerSession(706750473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=250) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
07:58:31.971 [qtp742473724-32] INFO  org.eclipse.jetty.server.RequestLog - 10.242.23.21 - healthcheck [07/Apr/2021:07:58:30 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2398 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
07:58:38.525 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
07:58:38.526 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
07:58:53.541 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	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
07:58:53.544 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
07:58:53.544 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
07:58:53.545 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:01:03.935 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
08:01:03.939 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
08:01:18.941 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	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
08:01:18.943 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:01:18.944 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:01:18.944 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 08:02:56.405--ServerSession(1223002135)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:02:56.761--ServerSession(1223002135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=362) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:02:56.798--ServerSession(1223002135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=362) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:02:56.852--ServerSession(1223002135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=362) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:02:56.888--ServerSession(1223002135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=362) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:02:56.935 [qtp742473724-34] INFO  org.eclipse.jetty.server.RequestLog - 10.242.23.21 - healthcheck [07/Apr/2021:08:02:56 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2398 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
08:03:29.341 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
08:03:29.341 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
08:03:44.344 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	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
08:03:44.346 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:03:44.346 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:03:44.346 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:05:54.751 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
08:05:54.752 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
08:06:09.755 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	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
08:06:09.757 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:06:09.757 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:06:09.757 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:08:20.157 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
08:08:20.158 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
08:08:35.160 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Connection timed out (Connection timed out)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	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
08:08:35.161 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:08:35.162 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:08:35.162 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:08:50.668 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:08:50.683 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:08:50.683 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:08:59.282 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:08:59.303 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.s.OrderedServiceImpl - ***** OrderedServiceImpl implementers:
 []
08:08:59.308 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T07:58:02.931005Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"2d47efc9-f15b-4b84-b645-4099835fdab9","timestampMs":1617782282912,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
08:08:59.338 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.c.PdpStatusMessageHandler - discarding status message from dev-policy-drools-pdp-0 age 656s
08:08:59.338 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:00:02.881147Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"df2f1a82-aecd-4cc2-9dea-ce61e09b112b","timestampMs":1617782402880,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 08:08:59.418--ServerSession(398815473)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:08:59.843--ServerSession(398815473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=511) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:08:59.88--ServerSession(398815473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=511) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:08:59.926--ServerSession(398815473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=511) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:08:59.962--ServerSession(398815473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=511) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:00.132 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting
08:09:00.132 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting listener
08:09:00.133 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting timer
08:09:00.134 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=4efc3d06-7111-4928-9017-b9e55d47f0af, expireMs=1617782970134]
08:09:00.147 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting enqueue
08:09:00.148 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29986ms Timer [name=4efc3d06-7111-4928-9017-b9e55d47f0af, expireMs=1617782970134]
08:09:00.149 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate started
08:09:00.151 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-drools-pdp-0, expireMs=1617783300151]
08:09:00.152 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 359999ms Timer [name=dev-policy-drools-pdp-0, expireMs=1617783300151]
08:09:00.153 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:02:02.880700Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"d7682579-6a1c-4f32-ac9f-47f560ad67fb","timestampMs":1617782522880,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
08:09:00.161 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"4efc3d06-7111-4928-9017-b9e55d47f0af","timestampMs":1617782940058,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
08:09:00.255 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 93 ms
08:09:00.259 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
[EL Info]: 2021-04-07 08:09:00.299--ServerSession(1677743516)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
08:09:00.336 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:00.337 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
[EL Warning]: 2021-04-07 08:09:00.707--ServerSession(1677743516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=512) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:00.74--ServerSession(1677743516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=512) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:00.781--ServerSession(1677743516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=512) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:00.816--ServerSession(1677743516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=512) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:00.880 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-drools-pdp-0, expireMs=1617783300151]
08:09:00.880 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-drools-pdp-0, expireMs=1617783300880]
08:09:00.881 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:00.882 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:00.908 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:00.909 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:04:02.885601Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"05ff63d3-41f3-4cae-854f-a145759591d5","timestampMs":1617782642885,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 08:09:00.987--ServerSession(1579723357)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:01.431--ServerSession(1579723357)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=513) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:01.465--ServerSession(1579723357)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=513) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:01.511--ServerSession(1579723357)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=513) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:01.554--ServerSession(1579723357)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=513) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:01.591 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-drools-pdp-0, expireMs=1617783300880]
08:09:01.591 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-drools-pdp-0, expireMs=1617783301591]
08:09:01.592 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:06:02.879474Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"8be91ad0-dbcf-45c5-bd48-79d9552c7970","timestampMs":1617782762879,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 08:09:01.649--ServerSession(481481342)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:02.044--ServerSession(481481342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=514) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:02.078--ServerSession(481481342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=514) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:02.122--ServerSession(481481342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=514) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:02.157--ServerSession(481481342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=514) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:02.210 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-drools-pdp-0, expireMs=1617783301591]
08:09:02.210 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-drools-pdp-0, expireMs=1617783302210]
08:09:02.213 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:08:02.879576Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"36e91753-e99b-45c5-b631-12ffe098e302","timestampMs":1617782882879,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 08:09:02.253--ServerSession(290263665)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:02.59--ServerSession(290263665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=515) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:02.626--ServerSession(290263665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=515) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:02.674--ServerSession(290263665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=515) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:02.711--ServerSession(290263665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=515) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:02.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-drools-pdp-0, expireMs=1617783302210]
08:09:02.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-drools-pdp-0, expireMs=1617783302748]
08:09:02.749 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:02.750 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:02.789 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:02.790 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"4efc3d06-7111-4928-9017-b9e55d47f0af","timestampMs":1617782940058,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
08:09:02.800 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
08:09:02.801 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:02.801 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:03.328 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:03.329 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"PASSIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:09:01.019557Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"4efc3d06-7111-4928-9017-b9e55d47f0af","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"4efc3d06-7111-4928-9017-b9e55d47f0af","timestampMs":1617782941019,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
08:09:03.331 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping
08:09:03.332 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping enqueue
08:09:03.332 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping timer
08:09:03.332 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=4efc3d06-7111-4928-9017-b9e55d47f0af, expireMs=1617782970134]
08:09:03.332 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping listener
08:09:03.333 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopped
[EL Info]: 2021-04-07 08:09:03.449--ServerSession(1982458865)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:03.885--ServerSession(1982458865)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=517) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:03.917--ServerSession(1982458865)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=517) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:03.962--ServerSession(1982458865)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=517) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:03.997--ServerSession(1982458865)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=517) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:04.016 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpUpdate successful
08:09:04.016 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-drools-pdp-0 start publishing next request
08:09:04.017 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting
08:09:04.017 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting listener
08:09:04.017 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting timer
08:09:04.017 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be, expireMs=1617782974017]
08:09:04.017 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting enqueue
08:09:04.018 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange started
08:09:04.018 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:04.018 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be, expireMs=1617782974017]
08:09:04.019 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:04.019 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be","timestampMs":1617782940058,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
08:09:04.057 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
08:09:04.057 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:09:04.659 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:04.660 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (603 ms):{"serverTimeMs":1,"count":1}
08:09:05.344 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:05.345 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be","timestampMs":1617782940058,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
08:09:05.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
08:09:05.345 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:05.346 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:06.037 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:06.038 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:09:05.340722Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be","timestampMs":1617782945340,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
08:09:06.040 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping
08:09:06.040 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping enqueue
08:09:06.040 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping timer
08:09:06.040 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be, expireMs=1617782974017]
08:09:06.040 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping listener
08:09:06.041 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopped
08:09:06.041 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpStateChange successful
08:09:06.041 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-drools-pdp-0 has no more requests
08:09:06.041 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:06.041 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:06.762 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:06.763 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","statistics":{"pdpInstanceId":"dev-policy-apex-pdp-0","timeStamp":"2021-04-07T08:09:05.903514Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"9bd2aecb-2dd6-46a3-b857-c29b9044abf4","timestampMs":1617782945903,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 08:09:06.818--ServerSession(1827163294)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:07.187--ServerSession(1827163294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=519) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:07.224--ServerSession(1827163294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=519) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:07.276--ServerSession(1827163294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=519) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:07.316--ServerSession(1827163294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=519) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:07.378 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting
08:09:07.378 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting listener
08:09:07.378 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting timer
08:09:07.378 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=12fd3345-2e26-4b3f-81f1-1adf3b18723f, expireMs=1617782977378]
08:09:07.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting enqueue
08:09:07.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate started
08:09:07.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-apex-pdp-0, expireMs=1617783307379]
08:09:07.379 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"12fd3345-2e26-4b3f-81f1-1adf3b18723f","timestampMs":1617782947374,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
08:09:07.380 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:07.380 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:07.406 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 27 ms
08:09:07.406 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:09:07.433 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:07.433 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
08:09:08.238 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:08.239 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"12fd3345-2e26-4b3f-81f1-1adf3b18723f","timestampMs":1617782947374,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
08:09:08.240 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
08:09:08.240 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:08.240 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:09.441 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:09.452 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"PASSIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpUpdate","policies":[],"statistics":{"pdpInstanceId":"dev-policy-apex-pdp-0","timeStamp":"2021-04-07T08:09:08.174350Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"12fd3345-2e26-4b3f-81f1-1adf3b18723f","responseStatus":"SUCCESS","responseMessage":"Pdp update successful."},"messageName":"PDP_STATUS","requestId":"63be9434-2ee2-4963-a68f-f93a1fa32281","timestampMs":1617782948174,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
08:09:09.453 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping
08:09:09.453 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping enqueue
08:09:09.454 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping timer
08:09:09.454 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=12fd3345-2e26-4b3f-81f1-1adf3b18723f, expireMs=1617782977378]
08:09:09.454 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping listener
08:09:09.454 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopped
[EL Info]: 2021-04-07 08:09:09.493--ServerSession(805071797)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:09.871--ServerSession(805071797)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=522) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:09.905--ServerSession(805071797)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=522) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:09.951--ServerSession(805071797)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=522) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:09.991--ServerSession(805071797)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=522) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-apex-pdp-0 PdpUpdate successful
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-apex-pdp-0 start publishing next request
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting listener
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting timer
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=42b9bbf0-e580-470d-adc5-7809f047b447, expireMs=1617782980004]
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting enqueue
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange started
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:10.004 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:10.004 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"42b9bbf0-e580-470d-adc5-7809f047b447","timestampMs":1617782947374,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
08:09:10.006 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 2 ms
08:09:10.006 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:09:10.036 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:10.036 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (30 ms):{"serverTimeMs":2,"count":1}
08:09:10.937 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:10.937 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"42b9bbf0-e580-470d-adc5-7809f047b447","timestampMs":1617782947374,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
08:09:10.938 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
08:09:10.938 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:10.938 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:11.986 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:11.987 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp status response message for PdpStateChange","policies":[],"statistics":{"pdpInstanceId":"dev-policy-apex-pdp-0","timeStamp":"2021-04-07T08:09:10.696427Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"42b9bbf0-e580-470d-adc5-7809f047b447","responseStatus":"SUCCESS","responseMessage":"State changed to active. No policies found."},"messageName":"PDP_STATUS","requestId":"c41fbaa3-17cd-4fda-9a08-604963ddfdd1","timestampMs":1617782950696,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping enqueue
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping timer
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=42b9bbf0-e580-470d-adc5-7809f047b447, expireMs=1617782980004]
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping listener
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopped
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-apex-pdp-0 PdpStateChange successful
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-apex-pdp-0 has no more requests
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:11.988 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:17.632 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:17.633 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"messageName":"PDP_STATUS","requestId":"f390410d-8a68-47c8-b5b9-1c8b1d12ede6","timestampMs":1617782956762,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 08:09:17.706--ServerSession(908672317)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:18.064--ServerSession(908672317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=527) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:18.097--ServerSession(908672317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=527) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:18.138--ServerSession(908672317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=527) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:18.172--ServerSession(908672317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=527) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:18.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting
08:09:18.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting listener
08:09:18.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting timer
08:09:18.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=693bdd04-210a-48f8-a8b0-eda4f5e54e71, expireMs=1617782988788]
08:09:18.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting enqueue
08:09:18.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate started
08:09:18.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-4sx9m, expireMs=1617783318788]
08:09:18.789 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:18.789 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:18.791 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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"}}],"policiesToBeDeployed":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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":"693bdd04-210a-48f8-a8b0-eda4f5e54e71","timestampMs":1617782958774,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:18.806 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 14 ms
08:09:18.806 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:09:18.821 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:18.821 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
08:09:19.483 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:19.485 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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"}}],"policiesToBeDeployed":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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":"693bdd04-210a-48f8-a8b0-eda4f5e54e71","timestampMs":1617782958774,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:19.486 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
08:09:19.486 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:19.486 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:20.917 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:20.918 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [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":"693bdd04-210a-48f8-a8b0-eda4f5e54e71","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"a8452063-bf26-420b-bcaa-cd553600434e","timestampMs":1617782960010,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:20.919 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping
08:09:20.919 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping enqueue
08:09:20.919 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping timer
08:09:20.919 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=693bdd04-210a-48f8-a8b0-eda4f5e54e71, expireMs=1617782988788]
08:09:20.920 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping listener
08:09:20.920 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopped
[EL Info]: 2021-04-07 08:09:20.978--ServerSession(632922917)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:21.516--ServerSession(632922917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=528) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:21.547--ServerSession(632922917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=528) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:21.587--ServerSession(632922917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=528) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:21.62--ServerSession(632922917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=528) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate successful
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-4sx9m start publishing next request
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange starting
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange starting listener
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange starting timer
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=0d964714-f590-4f00-aad0-17180587c866, expireMs=1617782991643]
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange starting enqueue
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange started
08:09:21.643 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"}],"messageName":"PDP_STATUS","requestId":"f0002e75-290d-4784-bbae-35bd260c3cd1","timestampMs":1617782960012,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:21.643 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"0d964714-f590-4f00-aad0-17180587c866","timestampMs":1617782958774,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:21.644 [Thread-6] INFO  network - [OUT|DMAAP|POLICY-NOTIFICATION]
{"deployed-policies":[{"policy-type":"onap.policies.Naming","policy-type-version":"1.0.0","policy-id":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","policy-version":"1.0.0","success-count":1,"failure-count":0,"incomplete-count":0}],"undeployed-policies":[]}
08:09:21.656 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 12 ms
08:09:21.656 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:09:21.657 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 12 ms
08:09:21.657 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
[EL Info]: 2021-04-07 08:09:21.69--ServerSession(284014369)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:22.052--ServerSession(284014369)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=529) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:22.087--ServerSession(284014369)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=529) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
08:09:22.123 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:22.124 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (468 ms):{"serverTimeMs":1,"count":1}
[EL Warning]: 2021-04-07 08:09:22.125--ServerSession(284014369)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=529) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:22.159--ServerSession(284014369)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=529) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:22.537 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-4sx9m, expireMs=1617783318788]
08:09:22.538 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-4sx9m, expireMs=1617783322537]
08:09:22.538 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:22.538 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:22.686 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:22.689 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (1032 ms):{"serverTimeMs":580,"count":1}
08:09:23.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:23.007 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"0d964714-f590-4f00-aad0-17180587c866","timestampMs":1617782958774,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:23.007 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
08:09:23.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:23.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:23.533 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:23.534 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"0d964714-f590-4f00-aad0-17180587c866","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"c0bff986-dc75-4f26-bd3d-d81733e5de83","timestampMs":1617782962934,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange stopping
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange stopping enqueue
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange stopping timer
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=0d964714-f590-4f00-aad0-17180587c866, expireMs=1617782991643]
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange stopping listener
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange stopped
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpStateChange successful
08:09:23.535 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-4sx9m start publishing next request
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting listener
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting timer
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=5cf75c4b-08f5-466c-a058-c1cd581c7e23, expireMs=1617782993536]
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate starting enqueue
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate started
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:23.536 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:23.537 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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"}}],"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"5cf75c4b-08f5-466c-a058-c1cd581c7e23","timestampMs":1617782962534,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:23.556 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 19 ms
08:09:23.556 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:09:23.571 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:23.572 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
08:09:24.507 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:24.509 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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"}}],"policiesToBeDeployed":[],"policiesToBeUndeployed":[],"messageName":"PDP_UPDATE","requestId":"5cf75c4b-08f5-466c-a058-c1cd581c7e23","timestampMs":1617782962534,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:24.509 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
08:09:24.509 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:24.509 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:25.174 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:25.174 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [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":"5cf75c4b-08f5-466c-a058-c1cd581c7e23","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"e0917486-7f70-495f-a6ad-d52a3bfc5aa6","timestampMs":1617782964511,"name":"dev-policy-xacml-pdp-6d49cb47c8-4sx9m","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:09:25.175 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping
08:09:25.175 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping enqueue
08:09:25.175 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping timer
08:09:25.175 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=5cf75c4b-08f5-466c-a058-c1cd581c7e23, expireMs=1617782993536]
08:09:25.175 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopping listener
08:09:25.175 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate stopped
[EL Info]: 2021-04-07 08:09:25.221--ServerSession(172912536)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:25.59--ServerSession(172912536)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=531) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:25.62--ServerSession(172912536)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=531) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:25.661--ServerSession(172912536)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=531) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:25.698--ServerSession(172912536)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=531) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:25.711 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-4sx9m PdpUpdate successful
08:09:25.711 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-4sx9m has no more requests
08:09:25.711 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:25.711 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:30.134 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=4efc3d06-7111-4928-9017-b9e55d47f0af, expireMs=1617782970134]
[EL Info]: 2021-04-07 08:09:31.223--ServerSession(988264338)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:09:31.632--ServerSession(988264338)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=536) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:09:31.67--ServerSession(988264338)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=536) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:09:31.713--ServerSession(988264338)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=536) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:09:31.753--ServerSession(988264338)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=536) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:09:31.802 [qtp742473724-34] INFO  org.eclipse.jetty.server.RequestLog - 10.242.23.21 - healthcheck [07/Apr/2021:08:09:31 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
08:09:34.018 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=cf5c2061-ff6c-4ee6-8ffe-8a1f18ab85be, expireMs=1617782974017]
08:09:43.276 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:43.277 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:43.277 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:09:59.853 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:09:59.856 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:09:59.856 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:10:06.699 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:10:06.700 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:10:02.880009Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"f1916d49-c6ff-4527-b855-2793f773952e","timestampMs":1617783002879,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 08:10:06.764--ServerSession(1094789956)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:10:07.157--ServerSession(1094789956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=551) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:10:07.192--ServerSession(1094789956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=551) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:10:07.235--ServerSession(1094789956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=551) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:10:07.27--ServerSession(1094789956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=551) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:10:07.318 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-drools-pdp-0, expireMs=1617783302748]
08:10:07.318 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-drools-pdp-0, expireMs=1617783367318]
08:10:07.319 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:10:07.319 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:10:24.157 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:10:24.158 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:10:24.158 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 08:10:28.884--ServerSession(723829395)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:10:29.237--ServerSession(723829395)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=563) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:10:29.268--ServerSession(723829395)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=563) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:10:29.311--ServerSession(723829395)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=563) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:10:29.345--ServerSession(723829395)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=563) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:10:29.393 [qtp742473724-30] INFO  org.eclipse.jetty.server.RequestLog - 10.242.23.21 - healthcheck [07/Apr/2021:08:10:28 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
08:10:49.517 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:10:49.518 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:10:49.519 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:11:06.976 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:11:06.977 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:11:06.977 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:11:08.183 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:11:08.184 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"dev-policy-apex-pdp-0","timeStamp":"2021-04-07T08:11:05.903972Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"3c6ba938-78e2-4792-a5a2-d77b8c428747","timestampMs":1617783065903,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 08:11:08.257--ServerSession(2114412510)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:11:08.631--ServerSession(2114412510)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=580) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:11:08.685--ServerSession(2114412510)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=580) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:11:08.733--ServerSession(2114412510)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=580) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:11:08.771--ServerSession(2114412510)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=580) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:11:08.806 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-apex-pdp-0, expireMs=1617783307379]
08:11:08.807 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-apex-pdp-0, expireMs=1617783428807]
08:11:08.807 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:11:08.807 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:11:23.702 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:11:23.704 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:11:23.705 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:11:39.047 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:11:39.048 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:11:39.048 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:11:55.277 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:11:55.278 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:11:55.278 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:12:05.871 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:12:05.873 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-07T08:12:02.880592Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"253c8f6e-4c19-40ac-aae1-90ad03b805b6","timestampMs":1617783122880,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 08:12:05.984--ServerSession(478103056)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:12:06.393--ServerSession(478103056)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=602) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:12:06.432--ServerSession(478103056)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=602) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:12:06.482--ServerSession(478103056)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=602) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:12:06.523--ServerSession(478103056)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=602) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:12:06.589 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-drools-pdp-0, expireMs=1617783367318]
08:12:06.590 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-drools-pdp-0, expireMs=1617783486590]
08:12:06.591 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:12:06.591 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:12:21.500 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:12:21.500 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:12:21.500 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:12:36.646 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:12:36.650 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:12:36.650 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:12:51.269 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:12:51.270 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:12:51.270 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:13:06.103 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:06.106 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:13:06.106 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:13:07.513 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:07.515 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"apex","state":"ACTIVE","healthy":"HEALTHY","description":"Pdp Heartbeat","policies":[],"statistics":{"pdpInstanceId":"dev-policy-apex-pdp-0","timeStamp":"2021-04-07T08:13:05.902262Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"f6e23b07-c35c-47f6-b0aa-294afdbbb1bb","timestampMs":1617783185901,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 08:13:07.623--ServerSession(1919688725)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:13:08.01--ServerSession(1919688725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:13:08.058--ServerSession(1919688725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:13:08.103--ServerSession(1919688725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:13:08.147--ServerSession(1919688725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:13:08.232 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-apex-pdp-0, expireMs=1617783428807]
08:13:08.233 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-apex-pdp-0, expireMs=1617783548233]
08:13:08.234 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:13:08.234 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:13:23.327 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:23.328 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:13:23.328 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:13:26.551 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:26.552 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"messageName":"PDP_STATUS","requestId":"744b98b5-19c1-41b1-9cc9-c3f9d8f7751a","timestampMs":1617783204564,"name":"dev-policy-xacml-pdp-6d49cb47c8-vfq48","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 08:13:26.696--ServerSession(1387815421)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:13:27.074--ServerSession(1387815421)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=638) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:13:27.103--ServerSession(1387815421)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=638) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:13:27.145--ServerSession(1387815421)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=638) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:13:27.177--ServerSession(1387815421)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=638) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:13:27.577 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting
08:13:27.577 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting listener
08:13:27.577 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting timer
08:13:27.577 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783237577]
08:13:27.577 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting enqueue
08:13:27.577 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate started
08:13:27.577 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-vfq48, expireMs=1617783567577]
08:13:27.577 [Thread-6] INFO  network - [OUT|DMAAP|POLICY-NOTIFICATION]
{"deployed-policies":[{"policy-type":"onap.policies.Naming","policy-type-version":"1.0.0","policy-id":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","policy-version":"1.0.0","success-count":1,"failure-count":0,"incomplete-count":1}],"undeployed-policies":[]}
08:13:27.577 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783237577]
08:13:27.578 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:13:27.578 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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"}}],"policiesToBeDeployed":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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":"0c315bd7-52fb-46a0-87ce-562913dcbb34","timestampMs":1617783207565,"name":"dev-policy-xacml-pdp-6d49cb47c8-vfq48","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:13:27.578 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:13:27.607 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 29 ms
08:13:27.607 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:13:27.609 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 32 ms
08:13:27.609 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:13:28.561 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:28.561 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (952 ms):{"serverTimeMs":0,"count":1}
08:13:28.562 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:28.562 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (955 ms):{"serverTimeMs":1,"count":1}
08:13:29.609 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:29.611 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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"}}],"policiesToBeDeployed":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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":"0c315bd7-52fb-46a0-87ce-562913dcbb34","timestampMs":1617783207565,"name":"dev-policy-xacml-pdp-6d49cb47c8-vfq48","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:13:29.612 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
08:13:29.612 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:13:29.612 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:13:52.473 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
08:13:52.474 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:13:52.474 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:13:57.578 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer expired Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783237577]
08:13:57.578 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer firing Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783237577]
08:13:57.579 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping enqueue
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping timer
08:13:57.580 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (cancelled) Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783237577]
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping listener
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopped
08:13:57.580 [Thread-8] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate timeout - re-publish count 1
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting listener
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting timer
08:13:57.580 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783267580]
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate starting enqueue
08:13:57.580 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate started
08:13:57.580 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783267580]
08:13:57.587 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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"}}],"policiesToBeDeployed":[{"type":"onap.policies.Naming","type_version":"1.0.0","properties":{"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"}}]}],"policy-instance-name":"ONAP_NF_NAMING_TIMESTAMP"},"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":"0c315bd7-52fb-46a0-87ce-562913dcbb34","timestampMs":1617783207565,"name":"dev-policy-xacml-pdp-6d49cb47c8-vfq48","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
08:13:57.606 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 18 ms
08:13:57.606 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:13:59.358 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. message-router:3905 failed to respond; blacklisting for 2 minutes
08:13:59.359 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - message-router:3905 failed to respond
org.apache.http.NoHttpResponseException: message-router:3905 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:13:59.359 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:00.406 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 2818 ms
08:14:00.406 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:00.406 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:14:27.581 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer expired Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783267580]
08:14:27.582 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer firing Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783267580]
08:14:27.582 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping
08:14:27.582 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping enqueue
08:14:27.582 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping timer
08:14:27.582 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (cancelled) Timer [name=0c315bd7-52fb-46a0-87ce-562913dcbb34, expireMs=1617783267580]
08:14:27.582 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopping listener
08:14:27.582 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate stopped
08:14:27.583 [Thread-8] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-vfq48 PdpUpdate timeout 0c315bd7-52fb-46a0-87ce-562913dcbb34 - retry count 1 exhausted
08:14:27.584 [Thread-8] WARN  o.o.p.p.m.comm.PdpModifyRequestMap - removing dev-policy-xacml-pdp-6d49cb47c8-vfq48
[EL Info]: 2021-04-07 08:14:27.685--ServerSession(1430482578)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:14:28.063--ServerSession(1430482578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=665) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:14:28.1--ServerSession(1430482578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=665) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:14:28.139--ServerSession(1430482578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=665) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:14:28.172--ServerSession(1430482578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=665) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:14:28.204 [Thread-8] INFO  o.o.p.p.m.comm.PdpModifyRequestMap - removed dev-policy-xacml-pdp-6d49cb47c8-vfq48 from group=defaultGroup subgroup=xacml
08:14:28.240 [Thread-6] INFO  network - [OUT|DMAAP|POLICY-NOTIFICATION]
{"deployed-policies":[{"policy-type":"onap.policies.Naming","policy-type-version":"1.0.0","policy-id":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","policy-version":"1.0.0","success-count":1,"failure-count":0,"incomplete-count":0}],"undeployed-policies":[]}
08:14:28.257 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 17 ms
08:14:28.257 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:30.456 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out; blacklisting for 2 minutes
08:14:30.457 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
org.apache.http.conn.ConnectTimeoutException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	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.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
08:14:30.457 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:31.506 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 33918 ms
08:14:31.506 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:31.506 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:14:37.054 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:14:37.054 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:14:37.055 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:14:37.055 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:37.056 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:14:37.056 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:37.524 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:14:37.524 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Read timed out - backoff for 15000 ms.
08:14:38.056 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 40467 ms
08:14:38.056 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:38.056 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:14:38.057 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 9817 ms
08:14:38.057 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:38.057 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:38.070 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
08:14:38.071 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	... 27 common frames omitted
08:14:38.071 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:39.107 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 10867 ms
08:14:39.107 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:39.107 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:39.113 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
08:14:39.114 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
		at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
		... 25 common frames omitted
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	... 27 common frames omitted
08:14:39.114 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:40.157 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 11917 ms
08:14:40.157 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:40.157 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:40.165 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
08:14:40.165 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	... 27 common frames omitted
08:14:40.165 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:41.207 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 12967 ms
08:14:41.208 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:41.208 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:41.223 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:14:41.224 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:14:41.225 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:42.257 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 14017 ms
08:14:42.257 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:42.257 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:42.272 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
08:14:42.272 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	... 27 common frames omitted
08:14:42.272 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:43.307 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 15067 ms
08:14:43.307 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:43.308 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:43.323 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
08:14:43.323 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	... 27 common frames omitted
08:14:43.323 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:44.357 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 16117 ms
08:14:44.358 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:44.358 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:47.259 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:14:47.260 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:14:47.260 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:48.307 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 20067 ms
08:14:48.307 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:48.307 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:48.471 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:14:48.472 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:14:48.472 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:14:49.507 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 21267 ms
08:14:49.507 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:49.507 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:14:52.525 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
08:14:52.526 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:14:52.526 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:14:52.526 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:15:00.152 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-drools-pdp-0, expireMs=1617783300151]
08:15:00.152 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 22385ms Timer [name=dev-policy-xacml-pdp-6d49cb47c8-4sx9m, expireMs=1617783322537]
08:15:01.271 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:15:01.271 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connection reset - backoff for 15000 ms.
08:15:01.273 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:15:01.273 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:15:01.274 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:15:02.307 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 34067 ms
08:15:02.308 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:02.309 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:15:16.273 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 28 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 25 common frames omitted
08:15:16.275 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:15:16.275 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:16.275 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:15:22.538 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer expired Timer [name=dev-policy-xacml-pdp-6d49cb47c8-4sx9m, expireMs=1617783322537]
08:15:22.539 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer firing Timer [name=dev-policy-xacml-pdp-6d49cb47c8-4sx9m, expireMs=1617783322537]
08:15:22.539 [Thread-7] WARN  o.o.policy.pap.main.comm.PdpTracker - missed heart beats - removing PDP dev-policy-xacml-pdp-6d49cb47c8-4sx9m
[EL Info]: 2021-04-07 08:15:22.616--ServerSession(403218476)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:15:23.015--ServerSession(403218476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=687) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:15:23.048--ServerSession(403218476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=687) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:15:23.087--ServerSession(403218476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=687) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:15:23.119--ServerSession(403218476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=687) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:15:23.160 [Thread-7] INFO  o.o.p.p.m.comm.PdpModifyRequestMap - removed dev-policy-xacml-pdp-6d49cb47c8-4sx9m from group=defaultGroup subgroup=xacml
08:15:23.204 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 163386ms Timer [name=dev-policy-drools-pdp-0, expireMs=1617783486590]
08:15:23.204 [Thread-6] INFO  network - [OUT|DMAAP|POLICY-NOTIFICATION]
{"deployed-policies":[{"policy-type":"onap.policies.Naming","policy-type-version":"1.0.0","policy-id":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","policy-version":"1.0.0","success-count":0,"failure-count":0,"incomplete-count":0}],"undeployed-policies":[]}
[EL Info]: 2021-04-07 08:15:28.86--ServerSession(1624250595)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:15:29.189--ServerSession(1624250595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=693) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:15:29.217--ServerSession(1624250595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=693) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:15:29.259--ServerSession(1624250595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=693) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:15:29.296--ServerSession(1624250595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=693) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:15:29.324 [qtp742473724-33] INFO  org.eclipse.jetty.server.RequestLog - 10.242.23.21 - healthcheck [07/Apr/2021:08:15:28 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2582 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
08:15:31.789 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:15:31.790 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:15:31.790 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:15:32.806 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 95217 ms
08:15:32.807 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:32.808 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:15:41.141 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:15:41.142 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:15:41.142 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:15:41.142 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 11, above threshold 10.
08:15:42.160 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 73920 ms
08:15:42.160 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:42.161 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:15:54.888 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:15:54.890 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:15:54.890 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:15:54.906 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:15:54.906 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:15:54.907 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:15:54.907 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 12, above threshold 10.
08:15:55.906 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 118317 ms
08:15:55.906 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:55.906 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:15:55.907 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 87667 ms
08:15:55.907 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:55.907 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:15:55.940 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
08:15:55.940 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	... 27 common frames omitted
08:15:55.940 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:15:56.956 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 119368 ms
08:15:56.956 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:56.956 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:15:58.399 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:15:58.399 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:15:58.399 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:15:58.399 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 13, above threshold 10.
08:15:58.449 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:15:58.449 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:15:58.450 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:15:59.407 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 91167 ms
08:15:59.407 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:59.407 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:15:59.456 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 121868 ms
08:15:59.456 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:15:59.456 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:16:12.059 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out; blacklisting for 2 minutes
08:16:12.060 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out - backoff for 15000 ms.
08:16:27.062 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
org.apache.http.conn.ConnectTimeoutException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted
08:16:27.063 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:16:27.063 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:16:27.064 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:16:29.451 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out; blacklisting for 2 minutes
08:16:29.452 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
org.apache.http.conn.ConnectTimeoutException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	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.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
08:16:29.452 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:16:29.452 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 14, above threshold 10.
08:16:30.457 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 122217 ms
08:16:30.457 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:16:30.458 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:16:47.384 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:16:47.384 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:16:47.384 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connection reset - backoff for 15000 ms.
08:16:47.386 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:16:47.387 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:16:47.387 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 15, above threshold 10.
08:16:48.409 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 140169 ms
08:16:48.409 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:16:48.409 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:16:49.741 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out; blacklisting for 2 minutes
08:16:49.742 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
org.apache.http.conn.ConnectTimeoutException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	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.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
08:16:49.743 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:16:50.756 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 173168 ms
08:16:50.756 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:16:50.757 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:17:02.386 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 28 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 25 common frames omitted
08:17:02.388 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:17:02.388 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:17:02.389 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:17:24.354 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:17:24.356 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:17:24.356 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:17:24.915 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:17:25.356 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 207768 ms
08:17:25.356 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:17:25.357 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:17:25.659 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:17:25.660 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:17:25.660 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 16, above threshold 10.
08:17:26.707 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 178467 ms
08:17:26.707 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:17:26.708 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:17:29.622 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:17:29.623 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error - backoff for 15000 ms.
08:17:44.625 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
	... 5 common frames omitted
08:17:44.625 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:17:44.626 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:17:55.393 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:17:55.394 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:17:55.395 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:17:56.406 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 238818 ms
08:17:56.407 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:17:56.407 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:17:56.739 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:17:56.740 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:17:56.740 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:17:56.740 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 17, above threshold 10.
08:17:57.757 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 209517 ms
08:17:57.758 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:17:57.758 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:18:06.591 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer expired Timer [name=dev-policy-drools-pdp-0, expireMs=1617783486590]
08:18:06.592 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer firing Timer [name=dev-policy-drools-pdp-0, expireMs=1617783486590]
08:18:06.592 [Thread-7] WARN  o.o.policy.pap.main.comm.PdpTracker - missed heart beats - removing PDP dev-policy-drools-pdp-0
[EL Info]: 2021-04-07 08:18:06.68--ServerSession(272060135)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:18:07.086--ServerSession(272060135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=758) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:18:07.12--ServerSession(272060135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=758) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:18:07.162--ServerSession(272060135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=758) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:18:07.196--ServerSession(272060135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=758) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:18:07.232 [Thread-7] INFO  o.o.p.p.m.comm.PdpModifyRequestMap - removed dev-policy-drools-pdp-0 from group=defaultGroup subgroup=drools
08:18:07.283 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 60950ms Timer [name=dev-policy-apex-pdp-0, expireMs=1617783548233]
Apr 07, 2021 8:18:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://message-router:3905: The target server failed to respond
Apr 07, 2021 8:18:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://message-router:3905
08:18:11.592 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:18:11.593 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:18:11.593 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:18:11.593 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 11, above threshold 10.
08:18:12.606 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 255017 ms
08:18:12.607 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:18:12.608 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:18:27.796 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out; blacklisting for 2 minutes
08:18:27.796 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
org.apache.http.conn.ConnectTimeoutException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	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.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
08:18:27.796 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:18:27.796 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 18, above threshold 10.
08:18:28.807 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 240567 ms
08:18:28.807 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:18:28.808 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:18:42.660 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out; blacklisting for 2 minutes
08:18:42.663 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
org.apache.http.conn.ConnectTimeoutException: Connect to message-router:3905 [message-router/10.96.48.148] failed: Read timed out
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	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.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
08:18:42.663 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:18:42.663 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 12, above threshold 10.
08:18:43.706 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 286117 ms
08:18:43.706 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:18:43.706 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:18:53.766 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:18:53.766 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error - backoff for 15000 ms.
08:18:55.116 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:18:55.116 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:18:55.117 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:18:55.117 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 13, above threshold 10.
08:18:56.156 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 298568 ms
08:18:56.156 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:18:56.156 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:19:03.296 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:03.296 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:03.296 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:19:03.296 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 19, above threshold 10.
08:19:03.430 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:03.431 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:03.431 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:19:03.431 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 14, above threshold 10.
08:19:04.307 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 276067 ms
08:19:04.307 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:04.307 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:19:04.456 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 306867 ms
08:19:04.456 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:04.456 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:19:08.233 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer expired Timer [name=dev-policy-apex-pdp-0, expireMs=1617783548233]
08:19:08.234 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer firing Timer [name=dev-policy-apex-pdp-0, expireMs=1617783548233]
08:19:08.234 [Thread-7] WARN  o.o.policy.pap.main.comm.PdpTracker - missed heart beats - removing PDP dev-policy-apex-pdp-0
[EL Info]: 2021-04-07 08:19:08.28--ServerSession(95655745)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:19:08.662--ServerSession(95655745)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=786) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:19:08.697--ServerSession(95655745)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=786) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
08:19:08.711 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
[EL Warning]: 2021-04-07 08:19:08.74--ServerSession(95655745)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=786) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
08:19:08.767 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
	... 5 common frames omitted
08:19:08.768 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:19:08.768 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
[EL Warning]: 2021-04-07 08:19:08.775--ServerSession(95655745)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=786) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:19:08.803 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:08.803 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:08.803 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:19:08.803 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 15, above threshold 10.
08:19:08.817 [Thread-7] INFO  o.o.p.p.m.comm.PdpModifyRequestMap - removed dev-policy-apex-pdp-0 from group=defaultGroup subgroup=apex
08:19:08.850 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 18727ms Timer [name=dev-policy-xacml-pdp-6d49cb47c8-vfq48, expireMs=1617783567577]
08:19:09.619 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:09.619 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error - backoff for 15000 ms.
08:19:09.619 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:09.619 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:19:09.619 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 20, above threshold 10.
08:19:09.806 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 312217 ms
08:19:09.806 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:09.807 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:19:10.657 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 282417 ms
08:19:10.658 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:10.658 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:19:10.937 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:10.938 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:10.938 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:19:10.938 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 16, above threshold 10.
08:19:11.013 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:11.014 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:11.014 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:19:11.014 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 21, above threshold 10.
08:19:11.956 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 314368 ms
08:19:11.956 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:11.957 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:19:12.057 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 283817 ms
08:19:12.057 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:12.057 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:19:20.938 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:20.939 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:20.939 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:19:20.939 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 17, above threshold 10.
08:19:21.956 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 324367 ms
08:19:21.956 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:21.956 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:19:24.620 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
	... 5 common frames omitted
08:19:24.622 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:19:24.623 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:19:25.420 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:25.421 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:25.421 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:19:25.421 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 22, above threshold 10.
08:19:26.388 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:26.389 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:26.389 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:19:26.389 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 18, above threshold 10.
08:19:26.457 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 298217 ms
08:19:26.457 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:26.458 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:19:27.403 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:27.406 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 329818 ms
08:19:27.407 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:27.407 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:19:27.422 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:27.422 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:19:27.422 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 23, above threshold 10.
08:19:27.496 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:19:27.496 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:19:27.496 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:19:27.496 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 19, above threshold 10.
08:19:27.577 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer expired Timer [name=dev-policy-xacml-pdp-6d49cb47c8-vfq48, expireMs=1617783567577]
08:19:27.578 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer firing Timer [name=dev-policy-xacml-pdp-6d49cb47c8-vfq48, expireMs=1617783567577]
08:19:27.578 [Thread-7] WARN  o.o.policy.pap.main.comm.PdpTracker - missed heart beats - removing PDP dev-policy-xacml-pdp-6d49cb47c8-vfq48
[EL Info]: 2021-04-07 08:19:27.67--ServerSession(1452552289)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:19:28.084--ServerSession(1452552289)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=795) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:19:28.123--ServerSession(1452552289)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=795) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:19:28.164--ServerSession(1452552289)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=795) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:19:28.207--ServerSession(1452552289)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=795) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:19:28.457 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 300217 ms
08:19:28.457 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:28.457 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:19:28.506 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 330917 ms
08:19:28.506 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:28.506 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:19:58.488 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:19:58.489 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:19:58.489 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:19:58.489 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 24, above threshold 10.
08:19:58.529 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:19:58.530 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:19:58.530 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:19:58.530 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 20, above threshold 10.
08:19:59.507 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 331267 ms
08:19:59.508 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:59.508 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:19:59.555 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 361967 ms
08:19:59.556 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:19:59.556 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:20:08.700 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:20:08.700 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error - backoff for 15000 ms.
08:20:09.342 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:20:09.342 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:20:09.342 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:20:09.342 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 25, above threshold 10.
08:20:09.357 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:20:09.358 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:20:09.358 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:20:09.358 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 21, above threshold 10.
08:20:10.357 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 342117 ms
08:20:10.357 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:20:10.358 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:20:10.406 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 372817 ms
08:20:10.406 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:20:10.406 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:20:23.702 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
	... 5 common frames omitted
08:20:23.704 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:20:23.704 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 08:20:28.96--ServerSession(885457709)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 08:20:29.308--ServerSession(885457709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=821) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-07 08:20:29.341--ServerSession(885457709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=821) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-07 08:20:29.391--ServerSession(885457709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=821) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-07 08:20:29.43--ServerSession(885457709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=821) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
08:20:29.460 [qtp742473724-34] INFO  org.eclipse.jetty.server.RequestLog - 10.242.23.21 - healthcheck [07/Apr/2021:08:20:28 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2398 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
08:20:40.373 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:20:40.374 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:20:40.375 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:20:40.375 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 26, above threshold 10.
08:20:40.432 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Read timed out; blacklisting for 2 minutes
08:20:40.433 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
08:20:40.433 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:20:40.433 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 22, above threshold 10.
08:20:41.407 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 373167 ms
08:20:41.407 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:20:41.408 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:20:41.456 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 403867 ms
08:20:41.456 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:20:41.456 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:00.516 [pool-2-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:21:00.517 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
Apr 07, 2021 8:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://message-router:3905: The target server failed to respond
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
Apr 07, 2021 8:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://message-router:3905
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:21:00.517 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:00.517 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:21:00.517 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 23, above threshold 10.
08:21:00.517 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 31 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	... 28 common frames omitted
08:21:00.517 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:00.517 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 27, above threshold 10.
08:21:00.528 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Remote host terminated the handshake; blacklisting for 2 minutes
08:21:00.528 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Remote host terminated the handshake - backoff for 15000 ms.
08:21:01.557 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 393317 ms
08:21:01.557 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:01.557 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:01.558 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 423970 ms
08:21:01.559 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:01.559 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:02.395 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:02.395 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:02.396 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:02.396 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 28, above threshold 10.
08:21:02.817 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:02.818 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:02.818 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:02.818 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 24, above threshold 10.
08:21:03.407 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 395167 ms
08:21:03.407 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:03.408 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:03.856 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 426267 ms
08:21:03.856 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:03.856 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:04.350 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:04.350 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:04.350 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:04.350 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 29, above threshold 10.
08:21:05.357 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 397117 ms
08:21:05.357 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:05.357 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:05.990 [pool-3-thread-1] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connection reset; blacklisting for 2 minutes
08:21:05.991 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Connection reset
javax.net.ssl.SSLException: Connection reset
	at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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)
	Suppressed: java.net.SocketException: Broken pipe (Write failed)
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
		at java.base/java.net.SocketOutputStream.write(Unknown Source)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source)
		... 33 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	... 29 common frames omitted
08:21:05.991 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:05.992 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 30, above threshold 10.
08:21:06.935 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:06.936 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:06.936 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:06.936 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 25, above threshold 10.
08:21:07.007 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 398767 ms
08:21:07.007 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:07.008 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:07.956 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 430368 ms
08:21:07.969 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:07.969 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:09.399 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:09.399 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:09.400 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:09.400 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 26, above threshold 10.
08:21:09.521 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:09.522 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:09.522 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:09.522 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 31, above threshold 10.
08:21:10.405 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 432817 ms
08:21:10.406 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:10.406 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:10.428 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:10.428 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:10.428 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:10.428 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 27, above threshold 10.
08:21:10.557 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 402317 ms
08:21:10.557 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:10.557 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:11.456 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 433868 ms
08:21:11.457 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:11.458 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:15.128 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:15.129 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:15.129 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:15.129 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 32, above threshold 10.
08:21:15.306 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:15.307 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:15.307 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:15.307 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 28, above threshold 10.
08:21:15.530 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	... 24 common frames omitted
08:21:15.531 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000
08:21:15.532 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:15.532 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/bf42118b-64d0-4a78-9e36-edf9ca497974/dev-policy-pap-55f4d54b74-pc6v9?timeout=15000 (anonymous) ...
08:21:16.159 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 407919 ms
08:21:16.159 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:16.159 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:16.356 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 438768 ms
08:21:16.356 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:16.356 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:18.815 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:18.816 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:18.816 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:18.816 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 29, above threshold 10.
08:21:19.856 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 442268 ms
08:21:19.856 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:19.856 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:22.883 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:22.883 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:22.883 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:22.883 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 33, above threshold 10.
08:21:22.884 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:22.884 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error - backoff for 15000 ms.
08:21:23.570 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:23.570 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:23.570 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:23.570 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 30, above threshold 10.
08:21:23.919 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 415668 ms
08:21:23.919 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:23.919 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:24.606 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 447018 ms
08:21:24.606 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:24.606 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:26.109 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:26.110 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:26.110 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:26.110 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 34, above threshold 10.
08:21:26.120 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:26.121 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:26.121 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:26.121 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 31, above threshold 10.
08:21:27.156 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 449567 ms
08:21:27.156 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:27.156 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:27.157 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 418917 ms
08:21:27.157 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:27.157 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:27.537 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:27.538 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:27.538 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:27.538 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 35, above threshold 10.
08:21:27.553 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:27.553 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:27.553 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:27.553 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 32, above threshold 10.
08:21:28.556 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 450967 ms
08:21:28.556 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:28.556 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:28.557 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 420317 ms
08:21:28.557 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:28.557 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:28.595 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:28.595 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:28.595 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:28.595 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 36, above threshold 10.
08:21:28.598 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:28.599 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:28.599 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:28.599 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 33, above threshold 10.
08:21:29.605 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 452017 ms
08:21:29.606 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:29.606 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:29.607 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 421367 ms
08:21:29.607 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:29.607 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:29.848 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:29.849 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:29.849 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:29.849 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 37, above threshold 10.
08:21:29.939 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:29.939 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:29.939 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:29.939 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 34, above threshold 10.
08:21:30.857 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 422617 ms
08:21:30.857 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:30.857 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:30.873 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:30.874 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:30.874 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:30.874 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 38, above threshold 10.
08:21:30.955 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 453367 ms
08:21:30.956 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:30.956 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:30.969 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:30.970 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:30.970 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:30.970 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 35, above threshold 10.
08:21:31.907 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 423667 ms
08:21:31.907 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:31.907 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:31.969 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:31.969 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:31.969 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:31.969 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 39, above threshold 10.
08:21:32.006 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 454418 ms
08:21:32.006 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:32.006 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:32.016 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:32.016 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:32.016 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:32.016 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 36, above threshold 10.
08:21:33.007 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 424767 ms
08:21:33.007 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:33.007 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:33.056 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 455467 ms
08:21:33.056 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:33.056 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:33.915 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:33.916 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:33.916 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:33.916 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 40, above threshold 10.
08:21:34.253 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:34.254 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:34.254 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:34.254 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 37, above threshold 10.
08:21:34.957 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 426717 ms
08:21:34.957 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:34.957 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:35.258 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 457670 ms
08:21:35.259 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:35.259 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:35.395 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:35.396 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:35.396 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:35.396 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 38, above threshold 10.
08:21:35.734 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:35.735 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:35.735 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:35.735 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 41, above threshold 10.
08:21:36.406 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 458817 ms
08:21:36.406 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:36.406 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:36.418 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:36.418 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:36.418 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:36.418 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 39, above threshold 10.
08:21:36.757 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 428517 ms
08:21:36.757 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:36.757 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:36.763 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:36.764 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:36.764 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:36.764 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 42, above threshold 10.
08:21:37.456 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 459867 ms
08:21:37.456 [pool-2-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:37.456 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
08:21:37.742 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:37.743 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:37.743 [pool-2-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 1 message to send.
08:21:37.743 [pool-2-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 40, above threshold 10.
08:21:37.807 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 2 msgs to /events/POLICY-NOTIFICATION. Oldest: 429567 ms
08:21:37.807 [pool-3-thread-1] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
08:21:37.807 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
08:21:37.812 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 500 Server Error
08:21:37.812 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - HTTP/1.1 500 Server Error
com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	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)
08:21:37.812 [pool-3-thread-1] WARN  c.a.n.c.c.i.CambriaSimplerBatchPublisher - Send failed, 2 message to send.
08:21:37.812 [pool-3-thread-1] ERROR c.a.n.c.c.i.CambriaSimplerBatchPublisher - PUB_CHRONIC_FAILURE: Send failure count is 43, above threshold 10.
08:21:37.884 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=bf42118b-64d0-4a78-9e36-edf9ca497974, consumerInstance=dev-policy-pap-55f4d54b74-pc6v9, 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=10, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 500 Server Error
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	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:149)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:234)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:224)
	at java.base/java.lang.Thread.r