Results

By type

          Policy pap config file: /opt/app/policy/pap/etc/mounted/config.json
overriding logback.xml
10:49:13.750 [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 10:49:14.917--ServerSession(1441328175)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 10:49:15.59--ServerSession(1441328175)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=142) 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 10:49:15.63--ServerSession(1441328175)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=142) 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 10:49:15.682--ServerSession(1441328175)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=142) 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 10:49:15.724--ServerSession(1441328175)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=142) 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)")
10:49:16.463 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedDmaapTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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
10:49:16.565 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting
10:49:16.565 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP parameters
10:49:16.565 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting DAO Factory
10:49:16.566 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting DAO Factory registration
10:49:16.566 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Pdp Heartbeat Listener
10:49:16.566 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Request ID Dispatcher
10:49:16.567 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Message Dispatcher
10:49:16.571 [main] INFO  o.o.p.c.e.e.c.bus.internal.TopicBase - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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@6145b81e
10:49:16.572 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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
10:49:16.573 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedDmaapTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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
10:49:16.579 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting topics
10:49:16.580 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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
10:49:16.581 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
10:49:16.586 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
10:49:16.580 [main] INFO  o.o.p.c.e.e.c.b.i.InlineBusTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=336903ae-a770-417e-9b87-cb6a8314c6bc, alive=false, publisher=null]]: starting
10:49:16.617 [main] INFO  o.o.p.c.e.e.c.b.i.InlineDmaapTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=336903ae-a770-417e-9b87-cb6a8314c6bc, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
10:49:16.617 [main] INFO  o.o.p.c.e.e.c.b.i.InlineBusTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=78bcbd7a-6fac-42f0-b93f-5a1e2c8632df, alive=false, publisher=null]]: starting
10:49:16.619 [main] INFO  o.o.p.c.e.e.c.b.i.InlineDmaapTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=78bcbd7a-6fac-42f0-b93f-5a1e2c8632df, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
10:49:16.619 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP statistics
10:49:16.620 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP publisher
10:49:16.622 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Policy Notification publisher
10:49:16.623 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Policy Notifier
10:49:16.624 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP heart beat timers
10:49:16.625 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP update timers
10:49:16.625 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - timer manager heart beat started
10:49:16.626 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP state-change timers
10:49:16.626 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - timer manager update started
10:49:16.626 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP modification lock
10:49:16.626 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP modification requests
10:49:16.626 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - timer manager state-change started
10:49:16.631 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP heart beat tracker
[EL Info]: 2021-04-07 10:49:16.71--ServerSession(1858493278)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 10:49:17.121--ServerSession(1858493278)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=144) 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 10:49:17.158--ServerSession(1858493278)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=144) 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 10:49:17.206--ServerSession(1858493278)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=144) 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 10:49:17.247--ServerSession(1858493278)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=144) 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)")
10:49:17.528 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP client executor
10:49:17.636 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting REST server
10:49:17.700 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @4771ms to org.eclipse.jetty.util.log.Slf4jLog
10:49:17.845 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
10:49:17.845 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST PapGroup
10:49:17.845 [main] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-6968c1d6@e925cfd3==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@3a7e365{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@2ceee4b6{/,null,STOPPED}, connector=PapGroup@670f2466{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING
10:49:17.852 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
10:49:17.852 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP started
10:49:17.852 [main] INFO  o.o.policy.pap.main.startstop.Main - Started policy-pap service successfully.
10:49:17.852 [PapGroup-6969] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-6968c1d6@e925cfd3==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@3a7e365{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@2ceee4b6{/,null,STOPPED}, connector=PapGroup@670f2466{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[PapGroup-6969,5,main]]]: STARTING
10:49:17.858 [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
10:49:17.917 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
10:49:17.917 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
10:49:17.919 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
10:49:18.700 [PapGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
10:49:18.702 [PapGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
10:49:18.808 [PapGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2ceee4b6{/,null,AVAILABLE}
10:49:18.993 [PapGroup-6969] INFO  o.e.jetty.util.ssl.SslContextFactory - x509=X509@4d5bb1d5(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@7c1c4115[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/pap/etc/ssl/policy-truststore]
10:49:19.089 [PapGroup-6969] INFO  o.e.jetty.server.AbstractConnector - Started PapGroup@670f2466{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
10:49:19.089 [PapGroup-6969] INFO  org.eclipse.jetty.server.Server - Started @6159ms
[EL Info]: 2021-04-07 10:51:11.963--ServerSession(673462788)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 10:51:12.465--ServerSession(673462788)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=228) 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 10:51:12.508--ServerSession(673462788)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=228) 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 10:51:12.57--ServerSession(673462788)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=228) 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 10:51:12.623--ServerSession(673462788)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=228) 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)")
10:51:12.705 [qtp796168203-34] INFO  org.eclipse.jetty.server.RequestLog - 10.242.78.146 - healthcheck [07/Apr/2021:10:51:11 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2398 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
10:51:26.582 [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.70.180] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
10:51:26.584 [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.70.180] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
10:51:41.597 [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=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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.70.180] 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
10:51:41.599 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
10:51:41.599 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
10:51:41.600 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
10:53:51.991 [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.70.180] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
10:53:51.992 [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.70.180] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
10:54:06.998 [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=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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.70.180] 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
10:54:07.000 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
10:54:07.000 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
10:54:07.000 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 10:55:37.52--ServerSession(138713814)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 10:55:37.996--ServerSession(138713814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=339) 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 10:55:38.035--ServerSession(138713814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=339) 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 10:55:38.091--ServerSession(138713814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=339) 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 10:55:38.138--ServerSession(138713814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=339) 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)")
10:55:38.187 [qtp796168203-31] INFO  org.eclipse.jetty.server.RequestLog - 10.242.78.146 - healthcheck [07/Apr/2021:10:55:37 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2398 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
10:56:17.398 [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.70.180] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
10:56:17.410 [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.70.180] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
10:56:32.415 [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=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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.70.180] 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
10:56:32.415 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
10:56:32.416 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
10:56:32.416 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
10:58:42.808 [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.70.180] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
10:58:42.808 [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.70.180] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
10:58:57.809 [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=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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.70.180] 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
10:58:57.810 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
10:58:57.810 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
10:58:57.810 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:08.212 [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.70.180] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
11:01:08.212 [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.70.180] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
11:01:23.215 [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=7786b2ce-3d13-4b56-8b8f-8b89613f668e, consumerInstance=dev-policy-pap-55f4d54b74-s6vbs, 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.70.180] 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
11:01:23.216 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:23.217 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
11:01:23.217 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:38.480 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:38.490 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:38.490 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:43.998 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:44.006 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.s.OrderedServiceImpl - ***** OrderedServiceImpl implementers:
 []
11:01:44.009 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"messageName":"PDP_STATUS","requestId":"ab82f179-4080-4823-a7cc-4198a27ed597","timestampMs":1617793303245,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:01:44.139--ServerSession(799761397)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:01:44.506--ServerSession(799761397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=489) 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 11:01:44.553--ServerSession(799761397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=489) 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 11:01:44.616--ServerSession(799761397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=489) 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 11:01:44.672--ServerSession(799761397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=489) 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)")
11:01:45.368 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:01:45.368 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:01:45.368 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:01:45.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=a86274c2-3246-4b87-a2af-2c4436548be9, expireMs=1617793335369]
11:01:45.375 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:01:45.376 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:01:45.377 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29992ms Timer [name=a86274c2-3246-4b87-a2af-2c4436548be9, expireMs=1617793335369]
11:01:45.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793665379]
11:01:45.380 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 359999ms Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793665379]
11:01:45.380 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:45.380 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:45.384 [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":"a86274c2-3246-4b87-a2af-2c4436548be9","timestampMs":1617793305318,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:45.417 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 32 ms
11:01:45.420 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:01:45.478 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:45.478 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
11:01:46.133 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:46.135 [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":"a86274c2-3246-4b87-a2af-2c4436548be9","timestampMs":1617793305318,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:46.135 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:01:46.136 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:46.136 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:47.374 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:47.374 [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":"a86274c2-3246-4b87-a2af-2c4436548be9","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"5fce0497-8f1c-454b-9823-9b587dcc9555","timestampMs":1617793306658,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:47.375 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:01:47.375 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:01:47.375 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:01:47.376 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=a86274c2-3246-4b87-a2af-2c4436548be9, expireMs=1617793335369]
11:01:47.376 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:01:47.376 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:01:47.429--ServerSession(1368460566)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:01:47.778--ServerSession(1368460566)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=491) 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 11:01:47.827--ServerSession(1368460566)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=491) 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 11:01:47.885--ServerSession(1368460566)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=491) 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 11:01:47.931--ServerSession(1368460566)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=491) 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)")
11:01:47.951 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:01:47.952 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:01:47.952 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:01:47.952 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:01:47.952 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:01:47.952 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=b3522503-9a30-4365-a478-66471a9a4bdd, expireMs=1617793337952]
11:01:47.952 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:01:47.953 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=b3522503-9a30-4365-a478-66471a9a4bdd, expireMs=1617793337952]
11:01:47.954 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"b3522503-9a30-4365-a478-66471a9a4bdd","timestampMs":1617793305318,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:47.954 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:01:47.954 [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":"6ba219fd-3a2c-4ac3-b5e4-5139e7756baa","timestampMs":1617793306660,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:47.954 [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":[]}
11:01:47.967 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 13 ms
11:01:47.967 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:01:47.970 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 16 ms
11:01:47.970 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
11:01:47.985 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:47.986 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
[EL Info]: 2021-04-07 11:01:47.999--ServerSession(1999129211)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:01:48.408--ServerSession(1999129211)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=492) 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)")
11:01:48.415 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:48.415 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (445 ms):{"serverTimeMs":375,"count":1}
[EL Warning]: 2021-04-07 11:01:48.453--ServerSession(1999129211)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=492) 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 11:01:48.498--ServerSession(1999129211)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=492) 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 11:01:48.533--ServerSession(1999129211)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=492) 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)")
11:01:48.875 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793665379]
11:01:48.875 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793668875]
11:01:48.875 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:48.875 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:49.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:49.007 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"b3522503-9a30-4365-a478-66471a9a4bdd","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"9f8158c7-8ec3-45c1-8b7c-adedb13eb4ad","timestampMs":1617793308701,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=b3522503-9a30-4365-a478-66471a9a4bdd, expireMs=1617793337952]
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=4b19699f-2047-49ab-a112-ac70e2951baa, expireMs=1617793339008]
11:01:49.008 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:01:49.009 [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":"4b19699f-2047-49ab-a112-ac70e2951baa","timestampMs":1617793308871,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:49.009 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:01:49.009 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:49.009 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:49.017 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 8 ms
11:01:49.017 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:01:49.027 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:49.028 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
11:01:49.059 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:49.060 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"b3522503-9a30-4365-a478-66471a9a4bdd","timestampMs":1617793305318,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:49.060 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:01:49.060 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:49.060 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:49.588 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:49.594 [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":"4b19699f-2047-49ab-a112-ac70e2951baa","timestampMs":1617793308871,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:49.595 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:01:49.595 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:49.595 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:01:50.266 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:01:50.266 [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":"4b19699f-2047-49ab-a112-ac70e2951baa","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"3f301c52-6dfc-4994-8e99-40c26986401d","timestampMs":1617793309613,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:01:50.267 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:01:50.267 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:01:50.267 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:01:50.267 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=4b19699f-2047-49ab-a112-ac70e2951baa, expireMs=1617793339008]
11:01:50.267 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:01:50.267 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:01:50.312--ServerSession(2053356597)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:01:50.748--ServerSession(2053356597)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=495) 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 11:01:50.796--ServerSession(2053356597)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=495) 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 11:01:50.861--ServerSession(2053356597)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=495) 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 11:01:50.915--ServerSession(2053356597)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=495) 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)")
11:01:50.925 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:01:50.925 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:01:50.925 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:01:50.925 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:00.898 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:00.898 [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-07T11:02:00.099905Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"76a74e42-723c-4d97-b66e-4652eb793b61","timestampMs":1617793320099,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:02:00.965--ServerSession(1256908593)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:01.317--ServerSession(1256908593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=500) 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 11:02:01.363--ServerSession(1256908593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=500) 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 11:02:01.424--ServerSession(1256908593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=500) 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 11:02:01.469--ServerSession(1256908593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=500) 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)")
11:02:01.517 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting
11:02:01.517 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting listener
11:02:01.517 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting timer
11:02:01.517 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793351517]
11:02:01.517 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting enqueue
11:02:01.517 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate started
11:02:01.518 [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=1617793681518]
11:02:01.518 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"0454d610-5213-4440-8c81-42c092e7ad6d","timestampMs":1617793321514,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:02:01.519 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:01.519 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:01.567 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 49 ms
11:02:01.567 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:02:01.578 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:01.579 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
11:02:02.213 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:02.214 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"0454d610-5213-4440-8c81-42c092e7ad6d","timestampMs":1617793321514,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:02:02.214 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:02:02.214 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:02.214 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 11:02:12.545--ServerSession(142237841)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:12.965--ServerSession(142237841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=506) 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 11:02:13.014--ServerSession(142237841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=506) 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 11:02:13.083--ServerSession(142237841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=506) 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 11:02:13.141--ServerSession(142237841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=506) 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)")
11:02:13.175 [qtp796168203-33] INFO  org.eclipse.jetty.server.RequestLog - 10.242.78.146 - healthcheck [07/Apr/2021:11:02:12 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2572 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:02:15.101 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:15.102 [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-07T10:46:57.971330Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"cd6cce77-e16b-4360-9537-324f667a1eed","timestampMs":1617792417965,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
11:02:15.103 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.c.PdpStatusMessageHandler - discarding status message from dev-policy-apex-pdp-0 age 917s
11:02:15.103 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:15.103 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:15.160 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:15.161 [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-07T10:48:57.955946Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"33e97725-eae7-4535-8037-56a2fb73eada","timestampMs":1617792537955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
11:02:15.161 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.c.PdpStatusMessageHandler - discarding status message from dev-policy-apex-pdp-0 age 797s
11:02:15.162 [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-07T10:50:57.956759Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"f523b5f7-fd6a-4e05-a4e2-bb2b8e87b2e2","timestampMs":1617792657955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
11:02:15.162 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.c.PdpStatusMessageHandler - discarding status message from dev-policy-apex-pdp-0 age 677s
11:02:15.163 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:15.163 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:15.370 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=a86274c2-3246-4b87-a2af-2c4436548be9, expireMs=1617793335369]
11:02:15.370 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 16147ms Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793351517]
11:02:15.700 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:15.705 [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-07T10:52:57.959410Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"7169158a-3c0a-48bb-a435-b64715a15869","timestampMs":1617792777956,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:02:15.745--ServerSession(1141178499)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:16.15--ServerSession(1141178499)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=508) 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 11:02:16.197--ServerSession(1141178499)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=508) 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 11:02:16.261--ServerSession(1141178499)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=508) 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 11:02:16.306--ServerSession(1141178499)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=508) 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)")
11:02:16.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting
11:02:16.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting listener
11:02:16.365 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting timer
11:02:16.365 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=69376923-af4f-4821-8abc-1267a6e7c52a, expireMs=1617793366365]
11:02:16.365 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting enqueue
11:02:16.365 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate started
11:02:16.365 [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=1617793696365]
11:02:16.365 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"69376923-af4f-4821-8abc-1267a6e7c52a","timestampMs":1617793336362,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:02:16.366 [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-07T10:54:57.955683Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"94f4c490-7883-4278-b599-23f10c7aab49","timestampMs":1617792897955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
11:02:16.367 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 2 ms
11:02:16.367 [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 11:02:16.402--ServerSession(1454735703)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
11:02:16.421 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:16.421 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
[EL Warning]: 2021-04-07 11:02:16.769--ServerSession(1454735703)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=510) 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 11:02:16.811--ServerSession(1454735703)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=510) 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 11:02:16.868--ServerSession(1454735703)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=510) 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 11:02:16.913--ServerSession(1454735703)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=510) 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)")
11:02:16.943 [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=1617793696365]
11:02:16.943 [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=1617793696943]
11:02:16.944 [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-07T10:56:57.955054Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"b2e97cc0-3d50-4f58-a619-a88d79966758","timestampMs":1617793017954,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:02:16.981--ServerSession(1262910971)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:17.378--ServerSession(1262910971)--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 11:02:17.425--ServerSession(1262910971)--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 11:02:17.486--ServerSession(1262910971)--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 11:02:17.534--ServerSession(1262910971)--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)")
11:02:17.557 [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=1617793696943]
11:02:17.557 [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=1617793697557]
11:02:17.558 [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-07T10:58:57.955289Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"a8b7cbc3-08fd-447c-9571-a6b6d40e3ae7","timestampMs":1617793137954,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:02:17.602--ServerSession(665934262)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:17.931--ServerSession(665934262)--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)")
11:02:17.953 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=b3522503-9a30-4365-a478-66471a9a4bdd, expireMs=1617793337952]
[EL Warning]: 2021-04-07 11:02:17.971--ServerSession(665934262)--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 11:02:18.024--ServerSession(665934262)--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 11:02:18.072--ServerSession(665934262)--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)")
11:02:18.128 [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=1617793697557]
11:02:18.128 [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=1617793698128]
11:02:18.129 [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-07T11:00:57.955638Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"b8d28156-2804-4de2-82cb-d6d69a69724a","timestampMs":1617793257954,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:02:18.165--ServerSession(1427035065)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:18.521--ServerSession(1427035065)--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 11:02:18.567--ServerSession(1427035065)--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 11:02:18.61--ServerSession(1427035065)--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 11:02:18.646--ServerSession(1427035065)--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)")
11:02:18.667 [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=1617793698128]
11:02:18.667 [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=1617793698667]
11:02:18.668 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:18.668 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:18.802 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:18.803 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"69376923-af4f-4821-8abc-1267a6e7c52a","timestampMs":1617793336362,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:02:18.803 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:02:18.803 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:18.803 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:19.347 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:19.348 [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-07T11:02:17.084701Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"69376923-af4f-4821-8abc-1267a6e7c52a","responseStatus":"SUCCESS","responseMessage":"Pdp update successful."},"messageName":"PDP_STATUS","requestId":"e67f4d25-6d67-4301-9931-b0b7cbe3ebd8","timestampMs":1617793337084,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:02:19.349 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping
11:02:19.349 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping enqueue
11:02:19.349 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping timer
11:02:19.349 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=69376923-af4f-4821-8abc-1267a6e7c52a, expireMs=1617793366365]
11:02:19.349 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping listener
11:02:19.349 [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 11:02:19.388--ServerSession(1461899051)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:19.721--ServerSession(1461899051)--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 11:02:19.776--ServerSession(1461899051)--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 11:02:19.838--ServerSession(1461899051)--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 11:02:19.89--ServerSession(1461899051)--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)")
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-apex-pdp-0 PdpUpdate successful
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-apex-pdp-0 start publishing next request
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting listener
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting timer
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=6deaf349-23f3-495c-9871-a8e56a04969b, expireMs=1617793369907]
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting enqueue
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange started
11:02:19.907 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=6deaf349-23f3-495c-9871-a8e56a04969b, expireMs=1617793369907]
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:19.907 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:19.907 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"6deaf349-23f3-495c-9871-a8e56a04969b","timestampMs":1617793336362,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:02:19.917 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 9 ms
11:02:19.917 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:02:19.928 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:19.928 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
11:02:20.565 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:20.566 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"6deaf349-23f3-495c-9871-a8e56a04969b","timestampMs":1617793336362,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:02:20.566 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:02:20.566 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:20.566 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:21.246 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:21.246 [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-07T11:02:20.569508Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"6deaf349-23f3-495c-9871-a8e56a04969b","responseStatus":"SUCCESS","responseMessage":"State changed to active. No policies found."},"messageName":"PDP_STATUS","requestId":"e4366fe5-3764-4039-bdf1-958720160547","timestampMs":1617793340569,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping enqueue
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping timer
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=6deaf349-23f3-495c-9871-a8e56a04969b, expireMs=1617793369907]
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping listener
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopped
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-apex-pdp-0 PdpStateChange successful
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-apex-pdp-0 has no more requests
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:21.248 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:31.517 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer expired Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793351517]
11:02:31.517 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer firing Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793351517]
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping enqueue
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping timer
11:02:31.518 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (cancelled) Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793351517]
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping listener
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopped
11:02:31.518 [Thread-8] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpUpdate timeout - re-publish count 1
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting listener
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting timer
11:02:31.518 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793381518]
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting enqueue
11:02:31.518 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate started
11:02:31.518 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793381518]
11:02:31.518 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"0454d610-5213-4440-8c81-42c092e7ad6d","timestampMs":1617793321514,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:02:31.567 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 49 ms
11:02:31.567 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:02:31.579 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:31.580 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
11:02:32.775 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:32.776 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"0454d610-5213-4440-8c81-42c092e7ad6d","timestampMs":1617793321514,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:02:32.776 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:02:32.776 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:32.776 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:47.759 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:47.760 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:47.760 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:02:49.907 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=6deaf349-23f3-495c-9871-a8e56a04969b, expireMs=1617793369907]
11:02:58.689 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:02:58.690 [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-07T11:02:57.956564Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"e27e1fb2-2686-4da3-a74b-0be3ff6fa876","timestampMs":1617793377955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:02:59.214--ServerSession(1983742998)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:02:59.659--ServerSession(1983742998)--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 11:02:59.704--ServerSession(1983742998)--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 11:02:59.763--ServerSession(1983742998)--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 11:02:59.804--ServerSession(1983742998)--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)")
11:02:59.856 [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=1617793698667]
11:02:59.856 [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=1617793739856]
11:02:59.856 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:02:59.857 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:03:01.518 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer expired Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793381518]
11:03:01.518 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer firing Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793381518]
11:03:01.519 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping
11:03:01.519 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping enqueue
11:03:01.519 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping timer
11:03:01.519 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (cancelled) Timer [name=0454d610-5213-4440-8c81-42c092e7ad6d, expireMs=1617793381518]
11:03:01.519 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping listener
11:03:01.519 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopped
11:03:01.519 [Thread-8] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpUpdate timeout 0454d610-5213-4440-8c81-42c092e7ad6d - retry count 1 exhausted
11:03:01.519 [Thread-8] WARN  o.o.p.p.m.comm.PdpModifyRequestMap - removing dev-policy-drools-pdp-0
[EL Info]: 2021-04-07 11:03:01.586--ServerSession(822116777)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:03:02.035--ServerSession(822116777)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=534) 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 11:03:02.094--ServerSession(822116777)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=534) 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 11:03:02.152--ServerSession(822116777)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=534) 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 11:03:02.2--ServerSession(822116777)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=534) 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)")
11:03:02.251 [Thread-8] INFO  o.o.p.p.m.comm.PdpModifyRequestMap - removed dev-policy-drools-pdp-0 from group=defaultGroup subgroup=drools
11:03:14.836 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:03:14.837 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:03:14.837 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:03:29.818 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:03:29.818 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:03:29.818 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:03:44.781 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:03:44.782 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:03:44.782 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:03:59.762 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:03:59.762 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:03:59.762 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:00.887 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:00.887 [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-07T11:04:00.098629Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"1bb7a142-ee62-4fcb-9977-6901ad5ba916","timestampMs":1617793440098,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:04:00.95--ServerSession(649447975)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:04:01.427--ServerSession(649447975)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=559) 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 11:04:01.48--ServerSession(649447975)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=559) 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 11:04:01.598--ServerSession(649447975)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=559) 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 11:04:01.65--ServerSession(649447975)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=559) 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)")
11:04:01.692 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting
11:04:01.692 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting listener
11:04:01.692 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting timer
11:04:01.692 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=b347b618-207d-41c7-9a60-f428cf2f7d21, expireMs=1617793471692]
11:04:01.692 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting enqueue
11:04:01.692 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=b347b618-207d-41c7-9a60-f428cf2f7d21, expireMs=1617793471692]
11:04:01.692 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"b347b618-207d-41c7-9a60-f428cf2f7d21","timestampMs":1617793441688,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:04:01.693 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate started
11:04:01.693 [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=1617793681518]
11:04:01.693 [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=1617793801693]
11:04:01.694 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:01.694 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:01.717 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 24 ms
11:04:01.717 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:04:01.742 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:01.742 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
11:04:02.378 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:02.379 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"b347b618-207d-41c7-9a60-f428cf2f7d21","timestampMs":1617793441688,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:04:02.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:04:02.379 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:02.379 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:03.117 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:03.118 [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-07T11:04:02.421927Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"b347b618-207d-41c7-9a60-f428cf2f7d21","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"b347b618-207d-41c7-9a60-f428cf2f7d21","timestampMs":1617793442421,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:04:03.119 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping
11:04:03.119 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping enqueue
11:04:03.119 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping timer
11:04:03.119 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=b347b618-207d-41c7-9a60-f428cf2f7d21, expireMs=1617793471692]
11:04:03.119 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping listener
11:04:03.119 [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 11:04:03.179--ServerSession(274894027)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:04:03.588--ServerSession(274894027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=561) 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 11:04:03.636--ServerSession(274894027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=561) 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 11:04:03.707--ServerSession(274894027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=561) 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 11:04:03.771--ServerSession(274894027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=561) 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)")
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpUpdate successful
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-drools-pdp-0 start publishing next request
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting listener
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting timer
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=ed5da207-0046-45b1-99a4-3af94b4adad8, expireMs=1617793473780]
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting enqueue
11:04:03.780 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"ed5da207-0046-45b1-99a4-3af94b4adad8","timestampMs":1617793441688,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange started
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:03.780 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:03.780 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=ed5da207-0046-45b1-99a4-3af94b4adad8, expireMs=1617793473780]
11:04:03.817 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 37 ms
11:04:03.817 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:04:03.833 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:03.834 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
11:04:04.462 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:04.463 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"ed5da207-0046-45b1-99a4-3af94b4adad8","timestampMs":1617793441688,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:04:04.463 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:04:04.463 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:04.463 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:05.211 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:05.211 [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-07T11:04:04.538834Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"ed5da207-0046-45b1-99a4-3af94b4adad8","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"ed5da207-0046-45b1-99a4-3af94b4adad8","timestampMs":1617793444538,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping enqueue
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping timer
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=ed5da207-0046-45b1-99a4-3af94b4adad8, expireMs=1617793473780]
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping listener
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopped
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpStateChange successful
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-drools-pdp-0 has no more requests
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:05.212 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:20.178 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:20.179 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:20.179 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:31.693 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=b347b618-207d-41c7-9a60-f428cf2f7d21, expireMs=1617793471692]
11:04:33.781 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=ed5da207-0046-45b1-99a4-3af94b4adad8, expireMs=1617793473780]
11:04:35.156 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:35.157 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:35.157 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:50.150 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:50.151 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:50.151 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:04:58.690 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:04:58.691 [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-07T11:04:57.956226Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"47e21798-2cd9-40d8-af62-a60ee61405fa","timestampMs":1617793497955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:04:58.771--ServerSession(1888240660)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:04:59.16--ServerSession(1888240660)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=583) 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 11:04:59.209--ServerSession(1888240660)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=583) 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 11:04:59.266--ServerSession(1888240660)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=583) 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 11:04:59.306--ServerSession(1888240660)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=583) 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)")
11:04:59.351 [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=1617793739856]
11:04:59.351 [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=1617793859351]
11:04:59.352 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:04:59.352 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:05:14.346 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:05:14.346 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:05:14.347 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:05:29.350 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:05:29.351 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:05:29.351 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:05:44.340 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:05:44.340 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:05:44.340 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:05:59.307 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:05:59.307 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:05:59.307 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:06:00.821 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:06:00.822 [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-07T11:06:00.098701Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"446ccf84-3dc0-4573-a7b8-34971316662c","timestampMs":1617793560098,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:06:00.909--ServerSession(1003519339)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:06:01.354--ServerSession(1003519339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=610) 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 11:06:01.411--ServerSession(1003519339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=610) 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 11:06:01.505--ServerSession(1003519339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=610) 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 11:06:01.565--ServerSession(1003519339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=610) 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)")
11:06:01.627 [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=1617793801693]
11:06:01.627 [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=1617793921627]
11:06:01.628 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:06:01.628 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:06:16.587 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:06:16.587 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:06:16.587 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:06:31.566 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:06:31.568 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:06:31.568 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 11:06:36.602--ServerSession(1527934342)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:06:36.957--ServerSession(1527934342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=626) 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 11:06:36.999--ServerSession(1527934342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=626) 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 11:06:37.054--ServerSession(1527934342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=626) 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 11:06:37.099--ServerSession(1527934342)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=626) 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)")
11:06:37.139 [qtp796168203-31] INFO  org.eclipse.jetty.server.RequestLog - 10.242.78.146 - healthcheck [07/Apr/2021:11:06:36 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:06:46.540 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:06:46.540 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:06:46.540 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:06:58.673 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:06:58.673 [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-07T11:06:57.956415Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"a1ef7239-041a-4800-add5-d68dacf06286","timestampMs":1617793617955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:06:58.718--ServerSession(1354002309)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:06:59.056--ServerSession(1354002309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=635) 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 11:06:59.109--ServerSession(1354002309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=635) 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 11:06:59.162--ServerSession(1354002309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=635) 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 11:06:59.216--ServerSession(1354002309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=635) 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)")
11:06:59.249 [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=1617793859351]
11:06:59.249 [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=1617793979249]
11:06:59.250 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:06:59.250 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:10.735 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:10.735 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"messageName":"PDP_STATUS","requestId":"652fd4fb-72b2-4a76-a86b-a8baf08e386e","timestampMs":1617793629713,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-07 11:07:10.784--ServerSession(1983905472)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:07:11.185--ServerSession(1983905472)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=643) 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 11:07:11.23--ServerSession(1983905472)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=643) 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 11:07:11.286--ServerSession(1983905472)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=643) 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 11:07:11.332--ServerSession(1983905472)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=643) 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)")
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793661629]
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793668875]
11:07:11.629 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793991629]
11:07:11.629 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793661629]
11:07:11.630 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:11.633 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:11.634 [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":"292c363c-d670-4b00-b5ab-e29774e8b3b3","timestampMs":1617793631625,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:11.667 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 33 ms
11:07:11.667 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:07:11.690 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:11.690 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
11:07:12.332 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:12.333 [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":"292c363c-d670-4b00-b5ab-e29774e8b3b3","timestampMs":1617793631625,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:12.334 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:07:12.334 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:12.334 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:27.328 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:27.328 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:27.329 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:41.632 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer expired Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793661629]
11:07:41.632 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer firing Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793661629]
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:07:41.635 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (cancelled) Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793661629]
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
11:07:41.635 [Thread-8] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate timeout - re-publish count 1
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:07:41.635 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793691635]
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:07:41.635 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:07:41.635 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793691635]
11:07:41.636 [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":"292c363c-d670-4b00-b5ab-e29774e8b3b3","timestampMs":1617793631625,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:41.667 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 31 ms
11:07:41.667 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:07:41.678 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:41.678 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
11:07:42.404 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:42.405 [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":"292c363c-d670-4b00-b5ab-e29774e8b3b3","timestampMs":1617793631625,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:42.405 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:07:42.405 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:42.405 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:43.584 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:43.585 [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":"292c363c-d670-4b00-b5ab-e29774e8b3b3","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"004490f4-43be-4f19-8a07-2729ffc20b15","timestampMs":1617793662778,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:43.585 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:07:43.585 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:07:43.585 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:07:43.585 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793691635]
11:07:43.585 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:07:43.585 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:07:43.617--ServerSession(344577327)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:07:43.956--ServerSession(344577327)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=657) 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 11:07:44.004--ServerSession(344577327)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=657) 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 11:07:44.064--ServerSession(344577327)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=657) 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 11:07:44.121--ServerSession(344577327)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=657) 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)")
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=38d0b1c1-c507-4846-ac19-e6b01b610fb0, expireMs=1617793694130]
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:07:44.130 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:07:44.130 [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":"9d187358-347e-42a4-aac1-b4526e786be1","timestampMs":1617793662780,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:44.130 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=38d0b1c1-c507-4846-ac19-e6b01b610fb0, expireMs=1617793694130]
11:07:44.130 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"38d0b1c1-c507-4846-ac19-e6b01b610fb0","timestampMs":1617793631625,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:07:44.16--ServerSession(2080750568)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
11:07:44.167 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 37 ms
11:07:44.167 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:07:44.190 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:44.191 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
[EL Warning]: 2021-04-07 11:07:44.558--ServerSession(2080750568)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=658) 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 11:07:44.615--ServerSession(2080750568)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=658) 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 11:07:44.699--ServerSession(2080750568)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=658) 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 11:07:44.761--ServerSession(2080750568)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=658) 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)")
11:07:45.043 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793991629]
11:07:45.043 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794025043]
11:07:45.044 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:45.044 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:45.177 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:45.177 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"38d0b1c1-c507-4846-ac19-e6b01b610fb0","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"f31ba2a9-e286-415d-ad4a-e2f45b9cb924","timestampMs":1617793664869,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=38d0b1c1-c507-4846-ac19-e6b01b610fb0, expireMs=1617793694130]
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=00f4b043-4955-41b1-9917-85574eaec447, expireMs=1617793695178]
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:45.178 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:45.179 [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":"00f4b043-4955-41b1-9917-85574eaec447","timestampMs":1617793665040,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:45.217 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
11:07:45.217 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:07:45.228 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:45.228 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
11:07:45.253 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:45.254 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"38d0b1c1-c507-4846-ac19-e6b01b610fb0","timestampMs":1617793631625,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:45.254 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:07:45.254 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:45.254 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:45.380 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617793665379]
11:07:45.380 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 256247ms Timer [name=dev-policy-drools-pdp-0, expireMs=1617793921627]
11:07:45.772 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:45.773 [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":"00f4b043-4955-41b1-9917-85574eaec447","timestampMs":1617793665040,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:45.774 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:07:45.774 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:45.774 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:07:46.530 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:07:46.531 [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":"00f4b043-4955-41b1-9917-85574eaec447","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"2006032c-75f7-416a-8ff5-797e2ecebc93","timestampMs":1617793665836,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:07:46.531 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:07:46.531 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:07:46.531 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:07:46.531 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=00f4b043-4955-41b1-9917-85574eaec447, expireMs=1617793695178]
11:07:46.531 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:07:46.531 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:07:46.562--ServerSession(1574904184)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:07:46.927--ServerSession(1574904184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=660) 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 11:07:46.979--ServerSession(1574904184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=660) 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 11:07:47.044--ServerSession(1574904184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=660) 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 11:07:47.112--ServerSession(1574904184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=660) 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)")
11:07:47.121 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:07:47.122 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:07:47.122 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:07:47.122 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:08:00.823 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:08:00.824 [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-07T11:08:00.100688Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"e9571fd7-37f9-4d15-ad6f-c8ece8fa449e","timestampMs":1617793680100,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:08:00.858--ServerSession(2073398457)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:08:01.212--ServerSession(2073398457)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=667) 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 11:08:01.254--ServerSession(2073398457)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=667) 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 11:08:01.31--ServerSession(2073398457)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=667) 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 11:08:01.361--ServerSession(2073398457)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=667) 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)")
11:08:01.393 [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=1617793921627]
11:08:01.393 [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=1617794041393]
11:08:01.394 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:08:01.394 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:08:11.635 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=292c363c-d670-4b00-b5ab-e29774e8b3b3, expireMs=1617793691635]
11:08:14.130 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=38d0b1c1-c507-4846-ac19-e6b01b610fb0, expireMs=1617793694130]
11:08:16.353 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:08:16.353 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:08:16.353 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:08:31.331 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:08:31.332 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:08:31.332 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:08:46.306 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:08:46.307 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:08:46.307 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 11:08:50.309--ServerSession(1883796308)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:08:50.669--ServerSession(1883796308)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=689) 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 11:08:50.718--ServerSession(1883796308)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=689) 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 11:08:50.773--ServerSession(1883796308)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=689) 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 11:08:50.817--ServerSession(1883796308)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=689) 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)")
11:08:50.843 [qtp796168203-32] INFO  org.eclipse.jetty.server.RequestLog - 10.242.78.146 - healthcheck [07/Apr/2021:11:08:50 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:08:58.652 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:08:58.653 [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-07T11:08:57.956121Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"04bb3096-3d3b-4330-8814-b1c7c21eaae8","timestampMs":1617793737955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:08:58.698--ServerSession(1657805509)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:08:59.095--ServerSession(1657805509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=692) 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 11:08:59.139--ServerSession(1657805509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=692) 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 11:08:59.209--ServerSession(1657805509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=692) 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 11:08:59.253--ServerSession(1657805509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=692) 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)")
11:08:59.286 [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=1617793979249]
11:08:59.286 [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=1617794099286]
11:08:59.286 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:08:59.287 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:09:14.247 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:14.247 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:09:14.247 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:09:29.216 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:29.216 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:09:29.216 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:09:43.494 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:43.494 [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"}],"messageName":"PDP_STATUS","requestId":"f93a1368-00db-4710-a95a-b5f51fccde34","timestampMs":1617793782783,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:09:43.54--ServerSession(315572167)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:09:43.89--ServerSession(315572167)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=712) 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 11:09:43.939--ServerSession(315572167)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=712) 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 11:09:44.006--ServerSession(315572167)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=712) 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 11:09:44.062--ServerSession(315572167)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=712) 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)")
11:09:44.312 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:09:44.312 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:09:44.312 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:09:44.312 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=8bbb61ba-5fcd-4ef4-bd8c-2247cf4697f9, expireMs=1617793814312]
11:09:44.313 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:09:44.313 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29999ms Timer [name=8bbb61ba-5fcd-4ef4-bd8c-2247cf4697f9, expireMs=1617793814312]
11:09:44.313 [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":"8bbb61ba-5fcd-4ef4-bd8c-2247cf4697f9","timestampMs":1617793784309,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:09:44.313 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:09:44.313 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794025043]
11:09:44.313 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794144313]
11:09:44.314 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:09:44.314 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:09:44.317 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 4 ms
11:09:44.317 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:09:44.345 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:44.345 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
11:09:44.971 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:44.972 [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":"8bbb61ba-5fcd-4ef4-bd8c-2247cf4697f9","timestampMs":1617793784309,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:09:44.972 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:09:44.972 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:09:44.972 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:09:45.655 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:45.655 [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":"8bbb61ba-5fcd-4ef4-bd8c-2247cf4697f9","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"9e58d1eb-435d-47fc-899f-681d7303cbc0","timestampMs":1617793784989,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:09:45.656 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:09:45.656 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:09:45.656 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:09:45.656 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=8bbb61ba-5fcd-4ef4-bd8c-2247cf4697f9, expireMs=1617793814312]
11:09:45.656 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:09:45.656 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:09:45.692--ServerSession(1775043653)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:09:46.028--ServerSession(1775043653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=713) 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 11:09:46.07--ServerSession(1775043653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=713) 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 11:09:46.12--ServerSession(1775043653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=713) 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 11:09:46.168--ServerSession(1775043653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=713) 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)")
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=c69932b6-8123-42a0-a335-59b1f6e4c792, expireMs=1617793816181]
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:09:46.181 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c69932b6-8123-42a0-a335-59b1f6e4c792","timestampMs":1617793784309,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:09:46.181 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=c69932b6-8123-42a0-a335-59b1f6e4c792, expireMs=1617793816181]
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:09:46.181 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:09:46.182 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:09:46.217 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 36 ms
11:09:46.217 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:09:46.224 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:46.224 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
11:09:46.846 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:46.846 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"c69932b6-8123-42a0-a335-59b1f6e4c792","timestampMs":1617793784309,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:09:46.846 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:09:46.846 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:09:46.846 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:09:47.548 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"c69932b6-8123-42a0-a335-59b1f6e4c792","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"14d377f2-586b-436f-84a6-e159c0b5875b","timestampMs":1617793786894,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=c69932b6-8123-42a0-a335-59b1f6e4c792, expireMs=1617793816181]
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:09:47.549 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:10:00.809 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:10:00.809 [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-07T11:10:00.098276Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"95410f49-721f-4323-a3db-70d08c24d3a5","timestampMs":1617793800098,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:10:00.869--ServerSession(129063688)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:10:01.198--ServerSession(129063688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=721) 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 11:10:01.238--ServerSession(129063688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=721) 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 11:10:01.288--ServerSession(129063688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=721) 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 11:10:01.332--ServerSession(129063688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=721) 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)")
11:10:01.366 [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=1617794041393]
11:10:01.366 [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=1617794161366]
11:10:01.367 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:10:01.367 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:10:14.312 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=8bbb61ba-5fcd-4ef4-bd8c-2247cf4697f9, expireMs=1617793814312]
11:10:16.182 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=c69932b6-8123-42a0-a335-59b1f6e4c792, expireMs=1617793816181]
11:10:16.329 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:10:16.329 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:10:16.330 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:10:31.295 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:10:31.295 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:10:31.296 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:10:46.269 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:10:46.270 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:10:46.271 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:10:58.661 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:10:58.662 [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-07T11:10:57.956017Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"da40004e-ee63-480b-805c-7e331907dffe","timestampMs":1617793857955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:10:58.718--ServerSession(1727675279)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:10:59.07--ServerSession(1727675279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=744) 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 11:10:59.109--ServerSession(1727675279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=744) 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 11:10:59.161--ServerSession(1727675279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=744) 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 11:10:59.21--ServerSession(1727675279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=744) 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)")
11:10:59.244 [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=1617794099286]
11:10:59.245 [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=1617794219245]
11:10:59.245 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:10:59.246 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:11:14.231 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:14.231 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:11:14.231 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:11:29.182 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:29.182 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:11:29.182 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:11:43.497 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:43.498 [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"}],"messageName":"PDP_STATUS","requestId":"2ece5766-9e34-4c9d-b6bf-766beecf674d","timestampMs":1617793902790,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:11:43.537--ServerSession(1865341021)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:11:43.907--ServerSession(1865341021)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=764) 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 11:11:43.952--ServerSession(1865341021)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=764) 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 11:11:44.008--ServerSession(1865341021)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=764) 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 11:11:44.055--ServerSession(1865341021)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=764) 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)")
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=5747155a-ddec-405f-b5d5-a8beaae5df1f, expireMs=1617793934345]
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794144313]
11:11:44.345 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=5747155a-ddec-405f-b5d5-a8beaae5df1f, expireMs=1617793934345]
11:11:44.345 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794264345]
11:11:44.346 [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":"5747155a-ddec-405f-b5d5-a8beaae5df1f","timestampMs":1617793904340,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:11:44.347 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:11:44.347 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:11:44.367 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 21 ms
11:11:44.367 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:11:44.391 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:44.392 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
11:11:45.019 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:45.020 [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":"5747155a-ddec-405f-b5d5-a8beaae5df1f","timestampMs":1617793904340,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:11:45.020 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:11:45.020 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:11:45.020 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:11:45.765 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:45.765 [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":"5747155a-ddec-405f-b5d5-a8beaae5df1f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"7076f168-c867-42d5-a1be-d8ae7c328ce0","timestampMs":1617793905025,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:11:45.765 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:11:45.765 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:11:45.765 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:11:45.765 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=5747155a-ddec-405f-b5d5-a8beaae5df1f, expireMs=1617793934345]
11:11:45.765 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:11:45.765 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:11:45.801--ServerSession(1950785700)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:11:46.15--ServerSession(1950785700)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=765) 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 11:11:46.189--ServerSession(1950785700)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=765) 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 11:11:46.242--ServerSession(1950785700)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=765) 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 11:11:46.282--ServerSession(1950785700)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=765) 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)")
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=627854a4-086b-4bce-bb71-8a13d492ce7b, expireMs=1617793936290]
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:11:46.290 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:11:46.290 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=627854a4-086b-4bce-bb71-8a13d492ce7b, expireMs=1617793936290]
11:11:46.290 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"627854a4-086b-4bce-bb71-8a13d492ce7b","timestampMs":1617793904340,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:11:46.317 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 26 ms
11:11:46.317 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:11:46.325 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:46.326 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
11:11:46.945 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:46.946 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"627854a4-086b-4bce-bb71-8a13d492ce7b","timestampMs":1617793904340,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:11:46.946 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:11:46.946 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:11:46.946 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:11:47.642 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:11:47.642 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"627854a4-086b-4bce-bb71-8a13d492ce7b","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"dd07ad96-3234-4c13-8ca6-c4577bc87649","timestampMs":1617793907002,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=627854a4-086b-4bce-bb71-8a13d492ce7b, expireMs=1617793936290]
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:11:47.643 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:12:00.904 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:12:00.904 [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-07T11:12:00.098491Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"799a4e5c-fe9b-4b6c-9d7d-fe7b68be2a4c","timestampMs":1617793920098,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:12:00.935--ServerSession(384700489)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:12:01.297--ServerSession(384700489)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=773) 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 11:12:01.34--ServerSession(384700489)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=773) 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 11:12:01.402--ServerSession(384700489)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=773) 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 11:12:01.447--ServerSession(384700489)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=773) 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)")
11:12:01.473 [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=1617794161366]
11:12:01.473 [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=1617794281473]
11:12:01.473 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:12:01.474 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:12:01.627 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-drools-pdp-0, expireMs=1617793921627]
11:12:01.627 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 297618ms Timer [name=dev-policy-apex-pdp-0, expireMs=1617794219245]
11:12:14.345 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=5747155a-ddec-405f-b5d5-a8beaae5df1f, expireMs=1617793934345]
11:12:16.291 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=627854a4-086b-4bce-bb71-8a13d492ce7b, expireMs=1617793936290]
11:12:16.433 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:12:16.433 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:12:16.433 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:12:31.390 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:12:31.390 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:12:31.390 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:12:46.347 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:12:46.348 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:12:46.348 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:12:58.667 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:12:58.668 [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-07T11:12:57.955347Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"1c59ac2b-5007-4244-823c-157aa5d70461","timestampMs":1617793977955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:12:58.702--ServerSession(66157111)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:12:59.062--ServerSession(66157111)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=796) 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 11:12:59.101--ServerSession(66157111)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=796) 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 11:12:59.155--ServerSession(66157111)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=796) 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 11:12:59.197--ServerSession(66157111)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=796) 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)")
11:12:59.230 [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=1617794219245]
11:12:59.230 [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=1617794339230]
11:12:59.231 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:12:59.231 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:13:14.185 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:14.186 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:13:14.187 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-07 11:13:15.451--ServerSession(7627988)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:13:15.877--ServerSession(7627988)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=805) 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 11:13:15.931--ServerSession(7627988)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=805) 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 11:13:15.989--ServerSession(7627988)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=805) 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 11:13:16.033--ServerSession(7627988)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=805) 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)")
11:13:16.056 [qtp796168203-32] INFO  org.eclipse.jetty.server.RequestLog - 10.242.78.146 - healthcheck [07/Apr/2021:11:13:15 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:13:29.143 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:29.143 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:13:29.143 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:13:43.490 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:43.490 [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"}],"messageName":"PDP_STATUS","requestId":"caaa9012-96e3-467c-bc16-36961ff3cbdb","timestampMs":1617794022796,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:13:43.539--ServerSession(251283862)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:13:43.909--ServerSession(251283862)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=818) 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 11:13:43.965--ServerSession(251283862)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=818) 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 11:13:44.045--ServerSession(251283862)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=818) 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 11:13:44.104--ServerSession(251283862)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=818) 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)")
11:13:44.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:13:44.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:13:44.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:13:44.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=d271ddd9-e727-4647-9863-54c2929ef33a, expireMs=1617794054370]
11:13:44.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:13:44.371 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:13:44.371 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794264345]
11:13:44.371 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29999ms Timer [name=d271ddd9-e727-4647-9863-54c2929ef33a, expireMs=1617794054370]
11:13:44.371 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794384371]
11:13:44.371 [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":"d271ddd9-e727-4647-9863-54c2929ef33a","timestampMs":1617794024366,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:13:44.372 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:13:44.372 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:13:44.417 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 46 ms
11:13:44.417 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:13:44.443 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:44.444 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
11:13:45.074 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:45.075 [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":"d271ddd9-e727-4647-9863-54c2929ef33a","timestampMs":1617794024366,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:13:45.076 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:13:45.076 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:13:45.077 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:13:45.751 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:45.751 [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":"d271ddd9-e727-4647-9863-54c2929ef33a","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"837b32ec-d425-4498-9d55-71e0893f3a18","timestampMs":1617794025077,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:13:45.752 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:13:45.752 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:13:45.752 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:13:45.752 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=d271ddd9-e727-4647-9863-54c2929ef33a, expireMs=1617794054370]
11:13:45.753 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:13:45.753 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:13:45.787--ServerSession(678951255)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:13:46.141--ServerSession(678951255)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=819) 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 11:13:46.183--ServerSession(678951255)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=819) 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 11:13:46.24--ServerSession(678951255)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=819) 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 11:13:46.285--ServerSession(678951255)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=819) 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)")
11:13:46.293 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=436ba699-f44c-48b0-896d-e83de265e433, expireMs=1617794056294]
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:13:46.294 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=436ba699-f44c-48b0-896d-e83de265e433, expireMs=1617794056294]
11:13:46.294 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"436ba699-f44c-48b0-896d-e83de265e433","timestampMs":1617794024366,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:13:46.294 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:13:46.317 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 23 ms
11:13:46.317 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:13:46.325 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:46.326 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
11:13:46.948 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:46.948 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"436ba699-f44c-48b0-896d-e83de265e433","timestampMs":1617794024366,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:13:46.948 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:13:46.949 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:13:46.949 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:13:47.637 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:13:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"436ba699-f44c-48b0-896d-e83de265e433","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d0b797d9-ab4f-4972-a3ee-e80fd8669a49","timestampMs":1617794026980,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:13:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:13:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:13:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:13:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=436ba699-f44c-48b0-896d-e83de265e433, expireMs=1617794056294]
11:13:47.639 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:13:47.639 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:13:47.639 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:13:47.639 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:13:47.639 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:13:47.639 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:14:00.810 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:14:00.811 [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-07T11:14:00.097716Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"4de5ab30-4487-4373-8c65-68c87b273e69","timestampMs":1617794040097,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:14:00.852--ServerSession(1190227500)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:14:01.191--ServerSession(1190227500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=827) 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 11:14:01.231--ServerSession(1190227500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=827) 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 11:14:01.291--ServerSession(1190227500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=827) 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 11:14:01.339--ServerSession(1190227500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=827) 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)")
11:14:01.367 [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=1617794281473]
11:14:01.368 [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=1617794401368]
11:14:01.369 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:14:01.369 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:14:14.370 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=d271ddd9-e727-4647-9863-54c2929ef33a, expireMs=1617794054370]
11:14:16.294 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=436ba699-f44c-48b0-896d-e83de265e433, expireMs=1617794056294]
11:14:16.353 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:14:16.353 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:14:16.354 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:14:31.300 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:14:31.300 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:14:31.301 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:14:46.261 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:14:46.262 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:14:46.262 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:14:58.663 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:14:58.664 [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-07T11:14:57.955705Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"3365575e-1a22-4c29-a923-60aca45bdbab","timestampMs":1617794097955,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:14:58.695--ServerSession(1291893688)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:14:59.046--ServerSession(1291893688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=850) 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 11:14:59.086--ServerSession(1291893688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=850) 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 11:14:59.131--ServerSession(1291893688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=850) 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 11:14:59.17--ServerSession(1291893688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=850) 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)")
11:14:59.198 [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=1617794339230]
11:14:59.198 [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=1617794459198]
11:14:59.199 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:14:59.199 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:15:14.171 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:14.171 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:15:14.171 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:15:29.185 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:29.186 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:15:29.187 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:15:43.476 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:43.477 [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"}],"messageName":"PDP_STATUS","requestId":"6b967a8e-5a68-4390-96ae-975a0bf26eb3","timestampMs":1617794142800,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:15:43.536--ServerSession(1095794631)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:15:43.919--ServerSession(1095794631)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=870) 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 11:15:43.961--ServerSession(1095794631)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=870) 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 11:15:44.017--ServerSession(1095794631)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=870) 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 11:15:44.067--ServerSession(1095794631)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=870) 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)")
11:15:44.382 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:15:44.382 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:15:44.383 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:15:44.383 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=15adc341-f19c-4361-ac3a-6cb9db3397f8, expireMs=1617794174383]
11:15:44.383 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:15:44.383 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:15:44.383 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794384371]
11:15:44.383 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794504383]
11:15:44.383 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=15adc341-f19c-4361-ac3a-6cb9db3397f8, expireMs=1617794174383]
11:15:44.384 [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":"15adc341-f19c-4361-ac3a-6cb9db3397f8","timestampMs":1617794144378,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:15:44.384 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:15:44.384 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:15:44.417 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 33 ms
11:15:44.417 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:15:44.439 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:44.439 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
11:15:45.068 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:45.069 [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":"15adc341-f19c-4361-ac3a-6cb9db3397f8","timestampMs":1617794144378,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:15:45.069 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:15:45.069 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:15:45.069 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:15:45.747 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:45.747 [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":"15adc341-f19c-4361-ac3a-6cb9db3397f8","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"9bdf2bdf-1470-461f-9984-10c97f471f35","timestampMs":1617794145072,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:15:45.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:15:45.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:15:45.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:15:45.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=15adc341-f19c-4361-ac3a-6cb9db3397f8, expireMs=1617794174383]
11:15:45.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:15:45.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:15:45.792--ServerSession(1015322419)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:15:46.127--ServerSession(1015322419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=871) 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 11:15:46.168--ServerSession(1015322419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=871) 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 11:15:46.22--ServerSession(1015322419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=871) 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 11:15:46.264--ServerSession(1015322419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=871) 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)")
11:15:46.273 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:15:46.273 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:15:46.273 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:15:46.273 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:15:46.273 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:15:46.273 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=3985a476-4925-4aed-b9d5-4141eb6dcb87, expireMs=1617794176273]
11:15:46.274 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:15:46.274 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:15:46.274 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=3985a476-4925-4aed-b9d5-4141eb6dcb87, expireMs=1617794176273]
11:15:46.274 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:15:46.274 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"3985a476-4925-4aed-b9d5-4141eb6dcb87","timestampMs":1617794144378,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:15:46.274 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:15:46.317 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 43 ms
11:15:46.317 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:15:46.327 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:46.327 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
11:15:46.949 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:46.950 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"3985a476-4925-4aed-b9d5-4141eb6dcb87","timestampMs":1617794144378,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:15:46.950 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:15:46.950 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:15:46.950 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:15:47.636 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:15:47.637 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"3985a476-4925-4aed-b9d5-4141eb6dcb87","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"e71471cd-d7e4-43e6-a4ec-efb863b2ebb3","timestampMs":1617794146979,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:15:47.637 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:15:47.637 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:15:47.637 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:15:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=3985a476-4925-4aed-b9d5-4141eb6dcb87, expireMs=1617794176273]
11:15:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:15:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:15:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:15:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:15:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:15:47.638 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:16:00.885 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:16:00.886 [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-07T11:16:00.098571Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"2ec08ec2-9a95-4148-bf39-befcdcfda68c","timestampMs":1617794160098,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:16:00.937--ServerSession(1129432665)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:16:01.402--ServerSession(1129432665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=879) 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 11:16:01.455--ServerSession(1129432665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=879) 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 11:16:01.517--ServerSession(1129432665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=879) 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 11:16:01.568--ServerSession(1129432665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=879) 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)")
11:16:01.594 [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=1617794401368]
11:16:01.594 [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=1617794521594]
11:16:01.594 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:16:01.594 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:16:14.384 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=15adc341-f19c-4361-ac3a-6cb9db3397f8, expireMs=1617794174383]
11:16:16.273 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=3985a476-4925-4aed-b9d5-4141eb6dcb87, expireMs=1617794176273]
11:16:16.551 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:16:16.551 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:16:16.551 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:16:31.508 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:16:31.509 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:16:31.509 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:16:46.470 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:16:46.470 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:16:46.470 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:16:58.651 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:16:58.652 [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-07T11:16:57.955184Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"e01fba74-0156-4733-a74c-3e8d2334a2e4","timestampMs":1617794217954,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:16:58.683--ServerSession(1842757758)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:16:59.045--ServerSession(1842757758)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=902) 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 11:16:59.089--ServerSession(1842757758)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=902) 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 11:16:59.144--ServerSession(1842757758)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=902) 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 11:16:59.186--ServerSession(1842757758)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=902) 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)")
11:16:59.224 [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=1617794459198]
11:16:59.225 [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=1617794579225]
11:16:59.225 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:16:59.225 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:16:59.245 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-apex-pdp-0, expireMs=1617794219245]
11:16:59.246 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 285137ms Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794504383]
11:17:14.173 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:14.173 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:17:14.174 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:17:29.129 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:29.130 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:17:29.130 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:17:43.584 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:43.584 [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"}],"messageName":"PDP_STATUS","requestId":"3fdc7ba2-d5e1-435c-a502-da260dcfa478","timestampMs":1617794262802,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:17:43.651--ServerSession(737153156)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:17:44.013--ServerSession(737153156)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=925) 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 11:17:44.065--ServerSession(737153156)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=925) 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 11:17:44.136--ServerSession(737153156)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=925) 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 11:17:44.192--ServerSession(737153156)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=925) 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)")
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=dcc214ea-7559-456c-a536-5a256828984d, expireMs=1617794294446]
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794504383]
11:17:44.446 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794624446]
11:17:44.446 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=dcc214ea-7559-456c-a536-5a256828984d, expireMs=1617794294446]
11:17:44.447 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:17:44.447 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:17:44.447 [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":"dcc214ea-7559-456c-a536-5a256828984d","timestampMs":1617794264441,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:17:44.467 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 20 ms
11:17:44.467 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:17:44.492 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:44.493 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
11:17:45.119 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:45.120 [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":"dcc214ea-7559-456c-a536-5a256828984d","timestampMs":1617794264441,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:17:45.120 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:17:45.120 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:17:45.120 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:17:45.807 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:45.807 [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":"dcc214ea-7559-456c-a536-5a256828984d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"50dc455e-07fb-44fd-969c-c2da5a18ea9a","timestampMs":1617794265122,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:17:45.807 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:17:45.807 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:17:45.807 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:17:45.807 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=dcc214ea-7559-456c-a536-5a256828984d, expireMs=1617794294446]
11:17:45.808 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:17:45.808 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:17:45.874--ServerSession(715376388)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:17:46.211--ServerSession(715376388)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=926) 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 11:17:46.252--ServerSession(715376388)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=926) 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 11:17:46.307--ServerSession(715376388)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=926) 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 11:17:46.358--ServerSession(715376388)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=926) 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)")
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=56343c70-878f-4e63-b1e4-3e47ad4ba4b8, expireMs=1617794296369]
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:17:46.369 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:17:46.369 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"56343c70-878f-4e63-b1e4-3e47ad4ba4b8","timestampMs":1617794264441,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:17:46.370 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=56343c70-878f-4e63-b1e4-3e47ad4ba4b8, expireMs=1617794296369]
11:17:46.417 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 48 ms
11:17:46.417 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:17:46.425 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:46.425 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
11:17:47.065 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:47.066 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"56343c70-878f-4e63-b1e4-3e47ad4ba4b8","timestampMs":1617794264441,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:17:47.066 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:17:47.066 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:17:47.066 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:17:47.742 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:17:47.742 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"56343c70-878f-4e63-b1e4-3e47ad4ba4b8","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"2136a5f3-4518-43c9-bf33-90f31da6c70c","timestampMs":1617794267068,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=56343c70-878f-4e63-b1e4-3e47ad4ba4b8, expireMs=1617794296369]
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:17:47.743 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:18:00.834 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:18:00.835 [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-07T11:18:00.098215Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"597f12d5-368b-4865-b994-47a9ea3f8a8b","timestampMs":1617794280097,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:18:00.871--ServerSession(165117686)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:18:01.219--ServerSession(165117686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=939) 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 11:18:01.263--ServerSession(165117686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=939) 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 11:18:01.324--ServerSession(165117686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=939) 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 11:18:01.374--ServerSession(165117686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=939) 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)")
11:18:01.414 [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=1617794521594]
11:18:01.414 [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=1617794641414]
11:18:01.415 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:18:01.415 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:18:14.447 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=dcc214ea-7559-456c-a536-5a256828984d, expireMs=1617794294446]
[EL Info]: 2021-04-07 11:18:15.347--ServerSession(444092022)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:18:15.766--ServerSession(444092022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=948) 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 11:18:15.815--ServerSession(444092022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=948) 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 11:18:15.879--ServerSession(444092022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=948) 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 11:18:15.923--ServerSession(444092022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=948) 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)")
11:18:15.950 [qtp796168203-34] INFO  org.eclipse.jetty.server.RequestLog - 10.242.78.146 - healthcheck [07/Apr/2021:11:18:15 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:18:16.362 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:18:16.363 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:18:16.363 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:18:16.369 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=56343c70-878f-4e63-b1e4-3e47ad4ba4b8, expireMs=1617794296369]
11:18:31.333 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:18:31.334 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:18:31.334 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:18:46.318 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:18:46.319 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:18:46.319 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:18:58.664 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:18:58.665 [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-07T11:18:57.955454Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"08122756-d0fb-406f-982c-01911608a367","timestampMs":1617794337954,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:18:58.695--ServerSession(2146574344)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:18:59.014--ServerSession(2146574344)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=966) 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 11:18:59.065--ServerSession(2146574344)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=966) 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 11:18:59.128--ServerSession(2146574344)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=966) 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 11:18:59.179--ServerSession(2146574344)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=966) 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)")
11:18:59.207 [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=1617794579225]
11:18:59.207 [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=1617794699207]
11:18:59.207 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:18:59.208 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:19:14.160 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:14.161 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:19:14.161 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:19:29.125 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:29.126 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:19:29.126 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:19:43.578 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:43.578 [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"}],"messageName":"PDP_STATUS","requestId":"31effff3-89ca-4b5a-86ab-47ed5aa8b123","timestampMs":1617794382806,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:19:43.631--ServerSession(1065587643)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:19:43.984--ServerSession(1065587643)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=986) 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 11:19:44.033--ServerSession(1065587643)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=986) 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 11:19:44.097--ServerSession(1065587643)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=986) 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 11:19:44.147--ServerSession(1065587643)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=986) 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)")
11:19:44.358 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:19:44.358 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:19:44.358 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:19:44.359 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=02d6dcf2-47f8-4ac7-b1ff-82440d14e843, expireMs=1617794414359]
11:19:44.359 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:19:44.359 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=02d6dcf2-47f8-4ac7-b1ff-82440d14e843, expireMs=1617794414359]
11:19:44.359 [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":"02d6dcf2-47f8-4ac7-b1ff-82440d14e843","timestampMs":1617794384355,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:19:44.360 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:19:44.360 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794624446]
11:19:44.360 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794744360]
11:19:44.360 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:19:44.361 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:19:44.367 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 8 ms
11:19:44.367 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:19:44.397 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:44.397 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
11:19:45.034 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:45.034 [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":"02d6dcf2-47f8-4ac7-b1ff-82440d14e843","timestampMs":1617794384355,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:19:45.034 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:19:45.034 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:19:45.034 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:19:45.699 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:45.700 [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":"02d6dcf2-47f8-4ac7-b1ff-82440d14e843","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"0e995209-686d-4cbf-8f4b-f5006aa5f2ef","timestampMs":1617794385037,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:19:45.700 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:19:45.700 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:19:45.700 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:19:45.700 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=02d6dcf2-47f8-4ac7-b1ff-82440d14e843, expireMs=1617794414359]
11:19:45.700 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:19:45.700 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:19:45.728--ServerSession(1806408417)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:19:46.097--ServerSession(1806408417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=987) 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 11:19:46.15--ServerSession(1806408417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=987) 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 11:19:46.212--ServerSession(1806408417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=987) 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 11:19:46.267--ServerSession(1806408417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=987) 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)")
11:19:46.275 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:19:46.275 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:19:46.275 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:19:46.275 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:19:46.275 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:19:46.275 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=5910f213-704a-4da0-a0b0-16e60c66b76e, expireMs=1617794416275]
11:19:46.275 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:19:46.276 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"5910f213-704a-4da0-a0b0-16e60c66b76e","timestampMs":1617794384355,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:19:46.276 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:19:46.276 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:19:46.276 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:19:46.276 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=5910f213-704a-4da0-a0b0-16e60c66b76e, expireMs=1617794416275]
11:19:46.317 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 41 ms
11:19:46.317 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:19:46.325 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:46.325 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
11:19:46.951 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:46.951 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"5910f213-704a-4da0-a0b0-16e60c66b76e","timestampMs":1617794384355,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:19:46.951 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:19:46.951 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:19:46.951 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:19:47.595 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"5910f213-704a-4da0-a0b0-16e60c66b76e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"e6c82d20-ecb1-4c59-abe1-2b3f3cd716ca","timestampMs":1617794386953,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=5910f213-704a-4da0-a0b0-16e60c66b76e, expireMs=1617794416275]
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:19:47.596 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:19:47.597 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:19:47.597 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:20:00.862 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:20:00.863 [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-07T11:20:00.099215Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"b5f3edbc-e843-49f4-adc5-4809a11a41f0","timestampMs":1617794400099,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:20:00.914--ServerSession(1610480970)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:20:01.329--ServerSession(1610480970)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=995) 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 11:20:01.381--ServerSession(1610480970)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=995) 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 11:20:01.442--ServerSession(1610480970)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=995) 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 11:20:01.489--ServerSession(1610480970)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=995) 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)")
11:20:01.524 [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=1617794641414]
11:20:01.525 [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=1617794761525]
11:20:01.525 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:20:01.525 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:20:14.359 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=02d6dcf2-47f8-4ac7-b1ff-82440d14e843, expireMs=1617794414359]
11:20:16.275 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=5910f213-704a-4da0-a0b0-16e60c66b76e, expireMs=1617794416275]
11:20:16.534 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:20:16.534 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:20:16.534 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:20:31.500 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:20:31.500 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:20:31.501 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:20:46.453 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:20:46.453 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:20:46.453 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:20:58.666 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:20:58.667 [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-07T11:20:57.955264Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"cb3ed9be-dbc2-44fb-bad4-5c22e2a2a6e9","timestampMs":1617794457954,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:20:58.71--ServerSession(1564842263)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:20:59.069--ServerSession(1564842263)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1018) 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 11:20:59.114--ServerSession(1564842263)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1018) 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 11:20:59.16--ServerSession(1564842263)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1018) 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 11:20:59.199--ServerSession(1564842263)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1018) 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)")
11:20:59.227 [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=1617794699207]
11:20:59.228 [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=1617794819228]
11:20:59.228 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:20:59.228 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:21:14.181 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:14.182 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:21:14.182 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:21:29.133 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:29.133 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:21:29.134 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:21:43.580 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:43.580 [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"}],"messageName":"PDP_STATUS","requestId":"bdd545ed-b4a0-4a80-8fdd-da470f38e08a","timestampMs":1617794502810,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-07 11:21:43.617--ServerSession(1446729671)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:21:43.984--ServerSession(1446729671)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1038) 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 11:21:44.025--ServerSession(1446729671)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1038) 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 11:21:44.078--ServerSession(1446729671)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1038) 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 11:21:44.145--ServerSession(1446729671)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1038) 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)")
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting listener
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting timer
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=f61f8819-8a4c-44c6-8081-43f44446095e, expireMs=1617794534367]
11:21:44.367 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=f61f8819-8a4c-44c6-8081-43f44446095e, expireMs=1617794534367]
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate starting enqueue
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate started
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794744360]
11:21:44.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794864367]
11:21:44.368 [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":"f61f8819-8a4c-44c6-8081-43f44446095e","timestampMs":1617794504362,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:21:44.368 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:21:44.368 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:21:44.383 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-xacml-pdp-6d49cb47c8-bscwr, expireMs=1617794504383]
11:21:44.383 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 257142ms Timer [name=dev-policy-drools-pdp-0, expireMs=1617794761525]
11:21:44.417 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 49 ms
11:21:44.417 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:21:44.436 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:44.437 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
11:21:45.067 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:45.068 [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":"f61f8819-8a4c-44c6-8081-43f44446095e","timestampMs":1617794504362,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:21:45.069 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:21:45.069 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:21:45.069 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:21:45.772 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:45.772 [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":"f61f8819-8a4c-44c6-8081-43f44446095e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"c3d0a63c-a7ad-459d-a2ed-a51995c2ea67","timestampMs":1617794505075,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:21:45.773 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping
11:21:45.773 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping enqueue
11:21:45.773 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping timer
11:21:45.773 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=f61f8819-8a4c-44c6-8081-43f44446095e, expireMs=1617794534367]
11:21:45.773 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopping listener
11:21:45.773 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate stopped
[EL Info]: 2021-04-07 11:21:45.817--ServerSession(1239899294)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:21:46.176--ServerSession(1239899294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1039) 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 11:21:46.229--ServerSession(1239899294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1039) 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 11:21:46.296--ServerSession(1239899294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1039) 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 11:21:46.35--ServerSession(1239899294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1039) 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)")
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpUpdate successful
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr start publishing next request
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting listener
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting timer
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=f3da92a7-6f6c-4fe7-ad00-94ebd2b8e7df, expireMs=1617794536357]
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange starting enqueue
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange started
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:21:46.357 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:21:46.357 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"f3da92a7-6f6c-4fe7-ad00-94ebd2b8e7df","timestampMs":1617794504362,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:21:46.357 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=f3da92a7-6f6c-4fe7-ad00-94ebd2b8e7df, expireMs=1617794536357]
11:21:46.367 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 9 ms
11:21:46.367 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:21:46.375 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:46.375 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
11:21:47.006 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:47.007 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"f3da92a7-6f6c-4fe7-ad00-94ebd2b8e7df","timestampMs":1617794504362,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:21:47.007 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:21:47.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:21:47.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:21:47.686 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"f3da92a7-6f6c-4fe7-ad00-94ebd2b8e7df","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"7e0a104b-3e72-4195-b6cc-688bb88ced83","timestampMs":1617794507021,"name":"dev-policy-xacml-pdp-6d49cb47c8-bscwr","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping enqueue
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping timer
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=f3da92a7-6f6c-4fe7-ad00-94ebd2b8e7df, expireMs=1617794536357]
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopping listener
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange stopped
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-bscwr PdpStateChange successful
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-bscwr has no more requests
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:21:47.687 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:22:00.810 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:22:00.811 [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-07T11:22:00.098481Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"fb454d8e-a7b9-492d-8597-4e5aec516e72","timestampMs":1617794520098,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-07 11:22:00.837--ServerSession(595825207)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:22:01.2--ServerSession(595825207)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1047) 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 11:22:01.243--ServerSession(595825207)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1047) 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 11:22:01.3--ServerSession(595825207)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1047) 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 11:22:01.351--ServerSession(595825207)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1047) 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)")
11:22:01.381 [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=1617794761525]
11:22:01.381 [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=1617794881381]
11:22:01.382 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:22:01.382 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:22:14.368 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=f61f8819-8a4c-44c6-8081-43f44446095e, expireMs=1617794534367]
11:22:16.345 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:22:16.347 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:22:16.347 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:22:16.358 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=f3da92a7-6f6c-4fe7-ad00-94ebd2b8e7df, expireMs=1617794536357]
11:22:31.314 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:22:31.315 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:22:31.315 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:22:46.272 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:22:46.272 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000
11:22:46.272 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8b89613f668e/dev-policy-pap-55f4d54b74-s6vbs?timeout=15000 (anonymous) ...
11:22:58.654 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:22:58.655 [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-07T11:22:57.955325Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"4752f81c-733f-411d-ae20-9a2325b28188","timestampMs":1617794577954,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-07 11:22:58.705--ServerSession(522647989)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-07 11:22:59.045--ServerSession(522647989)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1070) 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 11:22:59.078--ServerSession(522647989)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1070) 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 11:22:59.127--ServerSession(522647989)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1070) 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 11:22:59.178--ServerSession(522647989)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1070) 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)")
11:22:59.211 [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=1617794819228]
11:22:59.211 [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=1617794939211]
11:22:59.212 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/7786b2ce-3d13-4b56-8b8f-8