Results

By type

          Policy pap config file: /opt/app/policy/pap/etc/mounted/config.json
overriding logback.xml
11:28:34.416 [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-03 11:28:35.406--ServerSession(1705277839)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:28:36.103--ServerSession(1705277839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-03 11:28:36.148--ServerSession(1705277839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-03 11:28:36.209--ServerSession(1705277839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-03 11:28:36.251--ServerSession(1705277839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=165) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
11:28:37.151 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedDmaapTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, 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
11:28:37.282 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting
11:28:37.282 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP parameters
11:28:37.283 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting DAO Factory
11:28:37.283 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting DAO Factory registration
11:28:37.284 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Pdp Heartbeat Listener
11:28:37.284 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Request ID Dispatcher
11:28:37.284 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Message Dispatcher
11:28:37.288 [main] INFO  o.o.p.c.e.e.c.bus.internal.TopicBase - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, 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@33db72bd
11:28:37.289 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, 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
11:28:37.290 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedDmaapTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, 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
11:28:37.297 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting topics
11:28:37.297 [main] INFO  o.o.p.c.e.e.c.b.i.SingleThreadedBusTopicSource - SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, 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
11:28:37.299 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:28:37.313 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:28:37.297 [main] INFO  o.o.p.c.e.e.c.b.i.InlineBusTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=d8ffbc06-7e16-4714-83de-829289f63268, alive=false, publisher=null]]: starting
11:28:37.329 [main] INFO  o.o.p.c.e.e.c.b.i.InlineDmaapTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=d8ffbc06-7e16-4714-83de-829289f63268, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
11:28:37.330 [main] INFO  o.o.p.c.e.e.c.b.i.InlineBusTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=11d94415-0cc1-4fda-8afe-74e8bdaf97cb, alive=false, publisher=null]]: starting
11:28:37.333 [main] INFO  o.o.p.c.e.e.c.b.i.InlineDmaapTopicSink - InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=11d94415-0cc1-4fda-8afe-74e8bdaf97cb, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
11:28:37.333 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP statistics
11:28:37.336 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP publisher
11:28:37.341 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Policy Notification publisher
11:28:37.343 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting Policy Notifier
11:28:37.343 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP heart beat timers
11:28:37.344 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP update timers
11:28:37.346 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP state-change timers
11:28:37.347 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP modification lock
11:28:37.347 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - timer manager heart beat started
11:28:37.347 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP modification requests
11:28:37.347 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - timer manager update started
11:28:37.352 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - timer manager state-change started
11:28:37.352 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PDP heart beat tracker
[EL Info]: 2021-04-03 11:28:37.432--ServerSession(2063275841)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:28:37.882--ServerSession(2063275841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=167) 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-03 11:28:37.926--ServerSession(2063275841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=167) 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-03 11:28:37.984--ServerSession(2063275841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=167) 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-03 11:28:38.026--ServerSession(2063275841)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=167) 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:28:38.292 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting PAP client executor
11:28:38.365 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP starting REST server
11:28:38.419 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @4832ms to org.eclipse.jetty.util.log.Slf4jLog
11:28:38.539 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
11:28:38.539 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST PapGroup
11:28:38.539 [main] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-3a7e365@a4f44848==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@6968bcec{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@5568c66f{/,null,STOPPED}, connector=PapGroup@708eb310{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING
11:28:38.546 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
11:28:38.546 [main] INFO  o.o.p.c.u.services.ServiceManager - Policy PAP started
11:28:38.546 [main] INFO  o.o.policy.pap.main.startstop.Main - Started policy-pap service successfully.
11:28:38.546 [PapGroup-6969] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-3a7e365@a4f44848==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@6968bcec{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@5568c66f{/,null,STOPPED}, connector=PapGroup@708eb310{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[PapGroup-6969,5,main]]]: STARTING
11:28:38.552 [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
11:28:38.594 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
11:28:38.595 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
11:28:38.596 [PapGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
11:28:39.309 [PapGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
11:28:39.309 [PapGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
11:28:39.412 [PapGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5568c66f{/,null,AVAILABLE}
11:28:39.605 [PapGroup-6969] INFO  o.e.jetty.util.ssl.SslContextFactory - x509=X509@5648143a(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@713b284a[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/pap/etc/ssl/policy-truststore]
11:28:39.704 [PapGroup-6969] INFO  o.e.jetty.server.AbstractConnector - Started PapGroup@708eb310{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
11:28:39.704 [PapGroup-6969] INFO  org.eclipse.jetty.server.Server - Started @6117ms
[EL Info]: 2021-04-03 11:29:15.779--ServerSession(979708184)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:29:16.305--ServerSession(979708184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=212) 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-03 11:29:16.355--ServerSession(979708184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=212) 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-03 11:29:16.431--ServerSession(979708184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=212) 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-03 11:29:16.498--ServerSession(979708184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=212) 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:29:16.588 [qtp666769352-33] INFO  org.eclipse.jetty.server.RequestLog - 10.242.13.212 - healthcheck [03/Apr/2021:11:29:15 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2398 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:30:48.338 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.62] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
11:30:48.341 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.62] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
11:31:03.355 [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=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.62] 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:31:03.356 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:31:03.356 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
11:31:03.357 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:33:13.743 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.62] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
11:33:13.743 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.62] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
11:33:28.745 [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=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.62] 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:33:28.745 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:33:28.745 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
11:33:28.746 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-03 11:33:40.457--ServerSession(381362252)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:33:40.974--ServerSession(381362252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=340) 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-03 11:33:41.025--ServerSession(381362252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=340) 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-03 11:33:41.096--ServerSession(381362252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=340) 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-03 11:33:41.142--ServerSession(381362252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=340) 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:33:41.202 [qtp666769352-33] INFO  org.eclipse.jetty.server.RequestLog - 10.242.13.212 - healthcheck [03/Apr/2021:11:33:40 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2398 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:35:39.155 [DMAAP-source-POLICY-PDP-PAP] WARN  c.att.nsa.apiClient.http.HttpClient - Error executing HTTP request. Connect to message-router:3905 [message-router/10.96.48.62] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
11:35:39.155 [DMAAP-source-POLICY-PDP-PAP] ERROR o.o.p.c.e.e.c.b.i.BusConsumer$CambriaConsumerWrapper - CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of Connect to message-router:3905 [message-router/10.96.48.62] failed: Connection timed out (Connection timed out) - backoff for 15000 ms.
11:35:54.158 [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=8758b201-97f1-4e02-a306-f8233a378118, consumerInstance=dev-policy-pap-55f4d54b74-dsjwz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
org.apache.http.conn.HttpHostConnectException: Connect to message-router:3905 [message-router/10.96.48.62] 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:35:54.160 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:35:54.161 [DMAAP-source-POLICY-PDP-PAP] WARN  c.a.nsa.apiClient.http.HostSelector - All hosts were blacklisted; reverting to full set of hosts.
11:35:54.161 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:09.429 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:09.438 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:09.438 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:11.145 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:11.155 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.s.OrderedServiceImpl - ***** OrderedServiceImpl implementers:
 []
11:36:11.159 [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-03T11:27:27.328163Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"1c3a9798-9652-4362-9700-b9feaeac54b8","timestampMs":1617449247322,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:11.265--ServerSession(2057440611)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:11.684--ServerSession(2057440611)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=403) 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-03 11:36:11.726--ServerSession(2057440611)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=403) 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-03 11:36:11.791--ServerSession(2057440611)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=403) 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-03 11:36:11.834--ServerSession(2057440611)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=403) 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:36:11.938 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting
11:36:11.938 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting listener
11:36:11.939 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting timer
11:36:11.940 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=c5dc3938-05b8-49ff-b5e7-4a2550fadc6f, expireMs=1617449801940]
11:36:11.946 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate starting enqueue
11:36:11.946 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29994ms Timer [name=c5dc3938-05b8-49ff-b5e7-4a2550fadc6f, expireMs=1617449801940]
11:36:11.948 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate started
11:36:11.949 [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=1617450131949]
11:36:11.950 [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-03T11:29:27.315541Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"665bc62d-b096-4d45-b3a7-906b47da5b17","timestampMs":1617449367314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
11:36:11.953 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 359996ms Timer [name=dev-policy-apex-pdp-0, expireMs=1617450131949]
11:36:11.954 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"c5dc3938-05b8-49ff-b5e7-4a2550fadc6f","timestampMs":1617449771898,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:36:11.977 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 22 ms
11:36:11.980 [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-03 11:36:12.025--ServerSession(1451596574)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
11:36:12.029 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:12.030 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
[EL Warning]: 2021-04-03 11:36:12.506--ServerSession(1451596574)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=404) 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-03 11:36:12.551--ServerSession(1451596574)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=404) 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-03 11:36:12.608--ServerSession(1451596574)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=404) 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-03 11:36:12.658--ServerSession(1451596574)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=404) 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:36:12.697 [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=1617450131949]
11:36:12.698 [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=1617450132698]
11:36:12.698 [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-03T11:31:27.314792Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"678208da-0afd-4bb8-a03a-621d28a3504e","timestampMs":1617449487313,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:12.776--ServerSession(1586872966)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:13.214--ServerSession(1586872966)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=405) 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-03 11:36:13.262--ServerSession(1586872966)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=405) 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-03 11:36:13.317--ServerSession(1586872966)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=405) 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-03 11:36:13.367--ServerSession(1586872966)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=405) 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:36:13.401 [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=1617450132698]
11:36:13.401 [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=1617450133401]
11:36:13.402 [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-03T11:33:27.315347Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"1de9a651-818f-4816-8de7-cf334d84d448","timestampMs":1617449607314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:13.452--ServerSession(970745027)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:13.859--ServerSession(970745027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=406) 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-03 11:36:13.915--ServerSession(970745027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=406) 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-03 11:36:13.983--ServerSession(970745027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=406) 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-03 11:36:14.038--ServerSession(970745027)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=406) 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:36:14.068 [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=1617450133401]
11:36:14.068 [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=1617450134068]
11:36:14.069 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:14.069 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:14.112 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:14.113 [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-03T11:35:27.314591Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"50b9c1ac-ef7c-4b0a-ade8-1c75c2b68149","timestampMs":1617449727314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:14.158--ServerSession(892991140)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:14.562--ServerSession(892991140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=408) 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-03 11:36:14.612--ServerSession(892991140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=408) 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-03 11:36:14.679--ServerSession(892991140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=408) 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-03 11:36:14.729--ServerSession(892991140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=408) 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:36:14.759 [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=1617450134068]
11:36:14.759 [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=1617450134759]
11:36:14.760 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:14.760 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:14.786 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:14.787 [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-03T11:36:12.756664Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"c5dc3938-05b8-49ff-b5e7-4a2550fadc6f","responseStatus":"SUCCESS","responseMessage":"Pdp update successful."},"messageName":"PDP_STATUS","requestId":"30ed7161-47db-416b-8c38-3d1bae31efbe","timestampMs":1617449772756,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:36:14.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping
11:36:14.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping enqueue
11:36:14.788 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping timer
11:36:14.789 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=c5dc3938-05b8-49ff-b5e7-4a2550fadc6f, expireMs=1617449801940]
11:36:14.789 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopping listener
11:36:14.789 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpUpdate stopped
[EL Info]: 2021-04-03 11:36:14.83--ServerSession(1922723394)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:15.215--ServerSession(1922723394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=409) 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-03 11:36:15.258--ServerSession(1922723394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=409) 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-03 11:36:15.319--ServerSession(1922723394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=409) 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-03 11:36:15.37--ServerSession(1922723394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=409) 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:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-apex-pdp-0 PdpUpdate successful
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-apex-pdp-0 start publishing next request
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting listener
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting timer
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=56fafb11-f043-4b2e-91d0-83674a1ed833, expireMs=1617449805380]
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange starting enqueue
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange started
11:36:15.380 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:15.405 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"56fafb11-f043-4b2e-91d0-83674a1ed833","timestampMs":1617449771898,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:36:15.405 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:15.406 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29974ms Timer [name=56fafb11-f043-4b2e-91d0-83674a1ed833, expireMs=1617449805380]
11:36:15.427 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 22 ms
11:36:15.427 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:36:15.452 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:15.452 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
11:36:15.480 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:15.480 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"c5dc3938-05b8-49ff-b5e7-4a2550fadc6f","timestampMs":1617449771898,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:36:15.480 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:36:15.480 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:15.480 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:16.002 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:16.003 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"56fafb11-f043-4b2e-91d0-83674a1ed833","timestampMs":1617449771898,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:36:16.003 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:36:16.003 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:16.003 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:16.814 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:16.814 [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-03T11:36:16.102212Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"56fafb11-f043-4b2e-91d0-83674a1ed833","responseStatus":"SUCCESS","responseMessage":"State changed to active. No policies found."},"messageName":"PDP_STATUS","requestId":"5c0f299b-4e91-44f6-811e-74888f856b40","timestampMs":1617449776102,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping enqueue
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping timer
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=56fafb11-f043-4b2e-91d0-83674a1ed833, expireMs=1617449805380]
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopping listener
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-apex-pdp-0 PdpStateChange stopped
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-apex-pdp-0 PdpStateChange successful
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-apex-pdp-0 has no more requests
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:16.815 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:20.251 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:20.251 [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-03T11:31:57.989606Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"0cbaf44d-73c2-4464-b3e9-0b132b79da28","timestampMs":1617449517980,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:20.302--ServerSession(473173941)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:20.822--ServerSession(473173941)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=412) 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-03 11:36:20.874--ServerSession(473173941)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=412) 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-03 11:36:20.955--ServerSession(473173941)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=412) 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-03 11:36:21.045--ServerSession(473173941)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=412) 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:36:21.128 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting
11:36:21.128 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting listener
11:36:21.128 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting timer
11:36:21.128 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=9f62acb2-7139-43c5-ba76-46154df8fe84, expireMs=1617449811128]
11:36:21.128 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate starting enqueue
11:36:21.128 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"9f62acb2-7139-43c5-ba76-46154df8fe84","timestampMs":1617449781119,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:36:21.129 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate started
11:36:21.129 [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=1617450141129]
11:36:21.130 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:21.130 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:21.177 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 48 ms
11:36:21.178 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:36:21.193 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:21.194 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
11:36:21.224 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:21.224 [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-03T11:33:57.973551Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"2d9537c0-25c0-4c35-a558-5a59ea83f14a","timestampMs":1617449637973,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:21.268--ServerSession(436783855)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:21.714--ServerSession(436783855)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=414) 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-03 11:36:21.769--ServerSession(436783855)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=414) 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-03 11:36:21.825--ServerSession(436783855)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=414) 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-03 11:36:21.879--ServerSession(436783855)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=414) 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:36:21.912 [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=1617450141129]
11:36:21.912 [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=1617450141912]
11:36:21.913 [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-03T11:35:57.972096Z","pdpGroupName":"defaultGroup","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"953e1f24-a611-4806-b722-7b6157989299","timestampMs":1617449757971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:21.956--ServerSession(685782550)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:22.383--ServerSession(685782550)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=415) 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-03 11:36:22.434--ServerSession(685782550)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=415) 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-03 11:36:22.491--ServerSession(685782550)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=415) 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-03 11:36:22.606--ServerSession(685782550)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=415) 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:36:22.635 [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=1617450141912]
11:36:22.635 [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=1617450142635]
11:36:22.636 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:22.636 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:22.668 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:22.668 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpHeartbeatIntervalMs":120000,"policies":[],"policiesToBeDeployed":[],"messageName":"PDP_UPDATE","requestId":"9f62acb2-7139-43c5-ba76-46154df8fe84","timestampMs":1617449781119,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:36:22.668 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:36:22.668 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:22.669 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:23.272 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:23.273 [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-03T11:36:21.857603Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"9f62acb2-7139-43c5-ba76-46154df8fe84","responseStatus":"SUCCESS","responseMessage":"[]"},"messageName":"PDP_STATUS","requestId":"9f62acb2-7139-43c5-ba76-46154df8fe84","timestampMs":1617449781857,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:36:23.273 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping
11:36:23.274 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping enqueue
11:36:23.274 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping timer
11:36:23.274 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=9f62acb2-7139-43c5-ba76-46154df8fe84, expireMs=1617449811128]
11:36:23.274 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopping listener
11:36:23.274 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpUpdate stopped
[EL Info]: 2021-04-03 11:36:23.312--ServerSession(2054528511)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:23.775--ServerSession(2054528511)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=416) 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-03 11:36:23.826--ServerSession(2054528511)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=416) 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-03 11:36:23.903--ServerSession(2054528511)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=416) 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-03 11:36:23.959--ServerSession(2054528511)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=416) 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:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpUpdate successful
11:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-drools-pdp-0 start publishing next request
11:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting
11:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting listener
11:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting timer
11:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=8cc10e9b-d0cd-475b-bcaf-dac16762018d, expireMs=1617449813970]
11:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange starting enqueue
11:36:23.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange started
11:36:23.971 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:23.971 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:23.971 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"8cc10e9b-d0cd-475b-bcaf-dac16762018d","timestampMs":1617449781119,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:36:23.977 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 6 ms
11:36:23.977 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:36:23.992 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:23.993 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
11:36:24.704 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:24.705 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"8cc10e9b-d0cd-475b-bcaf-dac16762018d","timestampMs":1617449781119,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:36:24.705 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:36:24.705 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:24.705 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:25.390 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:25.391 [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-03T11:36:24.677636Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"response":{"responseTo":"8cc10e9b-d0cd-475b-bcaf-dac16762018d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8cc10e9b-d0cd-475b-bcaf-dac16762018d","timestampMs":1617449784677,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping enqueue
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping timer
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=8cc10e9b-d0cd-475b-bcaf-dac16762018d, expireMs=1617449813970]
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopping listener
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-drools-pdp-0 PdpStateChange stopped
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-drools-pdp-0 PdpStateChange successful
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-drools-pdp-0 has no more requests
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:25.392 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:40.426 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:40.426 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:40.426 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:41.941 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=c5dc3938-05b8-49ff-b5e7-4a2550fadc6f, expireMs=1617449801940]
11:36:45.381 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=56fafb11-f043-4b2e-91d0-83674a1ed833, expireMs=1617449805380]
11:36:48.791 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:48.791 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"messageName":"PDP_STATUS","requestId":"e20e6616-efbb-449a-ad4d-63318ec06aa1","timestampMs":1617449808096,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:36:48.88--ServerSession(906228043)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:49.38--ServerSession(906228043)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=428) 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-03 11:36:49.437--ServerSession(906228043)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=428) 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-03 11:36:49.504--ServerSession(906228043)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=428) 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-03 11:36:49.565--ServerSession(906228043)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=428) 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:36:50.170 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:36:50.170 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:36:50.170 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:36:50.170 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=063828a8-cc2c-4f94-8fa4-56ce32a65b2a, expireMs=1617449840170]
11:36:50.170 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:36:50.170 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:36:50.170 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=063828a8-cc2c-4f94-8fa4-56ce32a65b2a, expireMs=1617449840170]
11:36:50.170 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450170170]
11:36:50.171 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:50.171 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:50.172 [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":"063828a8-cc2c-4f94-8fa4-56ce32a65b2a","timestampMs":1617449810140,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:50.177 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 5 ms
11:36:50.177 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:36:50.188 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:50.188 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
11:36:50.834 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:50.836 [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":"063828a8-cc2c-4f94-8fa4-56ce32a65b2a","timestampMs":1617449810140,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:50.836 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:36:50.837 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:50.837 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:51.935 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:51.935 [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":"063828a8-cc2c-4f94-8fa4-56ce32a65b2a","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"81aa9ab3-9fed-459b-ba3d-e7d5f5b062a6","timestampMs":1617449811248,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:51.936 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:36:51.936 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:36:51.936 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:36:51.936 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=063828a8-cc2c-4f94-8fa4-56ce32a65b2a, expireMs=1617449840170]
11:36:51.936 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:36:51.936 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:36:51.992--ServerSession(1930358266)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:52.375--ServerSession(1930358266)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=430) 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-03 11:36:52.418--ServerSession(1930358266)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=430) 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-03 11:36:52.462--ServerSession(1930358266)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=430) 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-03 11:36:52.498--ServerSession(1930358266)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=430) 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:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=37bd627c-e956-4399-bd26-33615599e4af, expireMs=1617449842518]
11:36:52.518 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=37bd627c-e956-4399-bd26-33615599e4af, expireMs=1617449842518]
11:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:36:52.518 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:36:52.518 [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":"7adf5995-af7b-42a1-a7f5-926281443e3b","timestampMs":1617449811249,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:52.519 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"37bd627c-e956-4399-bd26-33615599e4af","timestampMs":1617449810140,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:52.521 [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:36:52.527 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 8 ms
11:36:52.527 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:36:52.532 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-NOTIFICATION. Oldest: 11 ms
11:36:52.532 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-NOTIFICATION (anonymous) ...
11:36:52.538 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:52.539 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
[EL Info]: 2021-04-03 11:36:52.578--ServerSession(508222120)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:52.932--ServerSession(508222120)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=431) 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-03 11:36:52.97--ServerSession(508222120)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=431) 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)")
11:36:52.995 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:52.996 [pool-3-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (464 ms):{"serverTimeMs":354,"count":1}
[EL Warning]: 2021-04-03 11:36:53.023--ServerSession(508222120)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=431) 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-03 11:36:53.062--ServerSession(508222120)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=431) 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:36:53.395 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450170170]
11:36:53.395 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450173395]
11:36:53.396 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:53.396 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:53.553 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:53.554 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"37bd627c-e956-4399-bd26-33615599e4af","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"15b32899-9266-411f-81fa-c73d31d3df3f","timestampMs":1617449813241,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=37bd627c-e956-4399-bd26-33615599e4af, expireMs=1617449842518]
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=887a668e-8ea8-4b34-a00f-a3c5b48c1cf3, expireMs=1617449843555]
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:53.555 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:53.556 [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":"887a668e-8ea8-4b34-a00f-a3c5b48c1cf3","timestampMs":1617449813390,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:53.579 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 23 ms
11:36:53.579 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:36:53.620 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:53.621 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
11:36:53.660 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:53.661 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"37bd627c-e956-4399-bd26-33615599e4af","timestampMs":1617449810140,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:53.661 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:36:53.661 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:53.661 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:54.184 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:54.185 [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":"887a668e-8ea8-4b34-a00f-a3c5b48c1cf3","timestampMs":1617449813390,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:54.185 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:36:54.185 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:54.185 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:36:54.866 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:36:54.867 [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":"887a668e-8ea8-4b34-a00f-a3c5b48c1cf3","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"74a6983d-8729-41bd-b691-0ef75772e6c9","timestampMs":1617449814177,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:36:54.867 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:36:54.867 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:36:54.867 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:36:54.867 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=887a668e-8ea8-4b34-a00f-a3c5b48c1cf3, expireMs=1617449843555]
11:36:54.867 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:36:54.867 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:36:54.908--ServerSession(316982697)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:36:55.336--ServerSession(316982697)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=433) 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-03 11:36:55.382--ServerSession(316982697)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=433) 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-03 11:36:55.443--ServerSession(316982697)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=433) 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-03 11:36:55.492--ServerSession(316982697)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=433) 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:36:55.504 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:36:55.505 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:36:55.505 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:36:55.505 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:37:10.500 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:37:10.501 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:37:10.502 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:37:20.170 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=063828a8-cc2c-4f94-8fa4-56ce32a65b2a, expireMs=1617449840170]
11:37:22.518 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=37bd627c-e956-4399-bd26-33615599e4af, expireMs=1617449842518]
11:37:25.564 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:37:25.565 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:37:25.565 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:37:28.053 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:37:28.054 [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-03T11:37:27.313972Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"8706d325-4361-4f6e-b45c-3ce4004919d3","timestampMs":1617449847313,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:37:28.168--ServerSession(1534710527)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:37:29.118--ServerSession(1534710527)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=447) 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-03 11:37:29.165--ServerSession(1534710527)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=447) 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-03 11:37:29.222--ServerSession(1534710527)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=447) 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-03 11:37:29.27--ServerSession(1534710527)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=447) 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:37:29.486 [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=1617450134759]
11:37:29.486 [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=1617450209486]
11:37:29.487 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:37:29.497 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:37:44.496 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:37:44.507 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:37:44.508 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:37:58.706 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:37:58.706 [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-03T11:37:57.972093Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"e3b45f1b-46aa-4d2e-9c17-57850f942a51","timestampMs":1617449877971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:37:58.892--ServerSession(754451173)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:37:59.826--ServerSession(754451173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=461) 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-03 11:37:59.881--ServerSession(754451173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=461) 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-03 11:37:59.953--ServerSession(754451173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=461) 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-03 11:38:00.006--ServerSession(754451173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=461) 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:38:00.087 [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=1617450142635]
11:38:00.087 [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=1617450240087]
11:38:00.089 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:38:00.089 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:38:15.070 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:38:15.073 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:38:15.073 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:38:30.046 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:38:30.047 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:38:30.047 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:38:45.029 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:38:45.029 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:38:45.029 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:39:00.015 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:00.016 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:39:00.016 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:39:15.059 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:15.062 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:39:15.062 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:39:28.074 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:28.074 [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-03T11:39:27.314094Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"b07395c5-69db-4ac6-ae89-ee053b2771ee","timestampMs":1617449967313,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:39:28.137--ServerSession(1194806630)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:39:28.994--ServerSession(1194806630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=497) 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-03 11:39:29.047--ServerSession(1194806630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=497) 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-03 11:39:29.113--ServerSession(1194806630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=497) 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-03 11:39:29.169--ServerSession(1194806630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=497) 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:39:29.214 [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=1617450209486]
11:39:29.214 [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=1617450329214]
11:39:29.215 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:39:29.215 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:39:41.120 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:41.121 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"PASSIVE","healthy":"HEALTHY","policies":[],"messageName":"PDP_STATUS","requestId":"e2379820-13e0-4b58-ba83-afabdaa6e49b","timestampMs":1617449980187,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup"}
[EL Info]: 2021-04-03 11:39:41.174--ServerSession(1864182902)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:39:41.584--ServerSession(1864182902)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=505) 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-03 11:39:41.649--ServerSession(1864182902)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=505) 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-03 11:39:41.726--ServerSession(1864182902)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=505) 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-03 11:39:41.787--ServerSession(1864182902)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=505) 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:39:42.210 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:39:42.210 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:39:42.210 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:39:42.210 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450012210]
11:39:42.211 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:39:42.211 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:39:42.211 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450173395]
11:39:42.211 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450342211]
11:39:42.211 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29999ms Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450012210]
11:39:42.212 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:39:42.213 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:39:42.219 [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":"05ff7ed8-611e-4a73-af84-dbaf806f0b58","timestampMs":1617449982204,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:39:42.227 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 8 ms
11:39:42.227 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:39:42.263 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:42.263 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
11:39:42.900 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:42.902 [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":"05ff7ed8-611e-4a73-af84-dbaf806f0b58","timestampMs":1617449982204,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:39:42.927 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:39:42.927 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:39:42.927 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:39:57.907 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:57.908 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:39:57.908 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:39:59.084 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:39:59.085 [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-03T11:39:57.971550Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"d7216715-ef79-45c7-b738-df79fa41acf8","timestampMs":1617449997971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:39:59.191--ServerSession(31649950)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:39:59.851--ServerSession(31649950)--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-03 11:39:59.91--ServerSession(31649950)--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-03 11:39:59.985--ServerSession(31649950)--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-03 11:40:00.036--ServerSession(31649950)--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:40:00.138 [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=1617450240087]
11:40:00.138 [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=1617450360138]
11:40:00.140 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:00.140 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:40:12.210 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer expired Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450012210]
11:40:12.211 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer firing Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450012210]
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:40:12.212 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (cancelled) Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450012210]
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
11:40:12.212 [Thread-8] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate timeout - re-publish count 1
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:40:12.212 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450042212]
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:40:12.212 [Thread-8] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:40:12.212 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450042212]
11:40:12.215 [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":"05ff7ed8-611e-4a73-af84-dbaf806f0b58","timestampMs":1617449982204,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:12.227 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 12 ms
11:40:12.227 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:40:12.250 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:12.250 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
11:40:12.887 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:12.888 [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":"05ff7ed8-611e-4a73-af84-dbaf806f0b58","timestampMs":1617449982204,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:12.890 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:40:12.890 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:12.890 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:40:13.978 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:13.979 [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":"05ff7ed8-611e-4a73-af84-dbaf806f0b58","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"0d585466-dfc6-42bf-bc53-db834d5b2471","timestampMs":1617450013261,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:13.979 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:40:13.979 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:40:13.979 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:40:13.979 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450042212]
11:40:13.979 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:40:13.979 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:40:14.025--ServerSession(552598875)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:40:14.571--ServerSession(552598875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=521) 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-03 11:40:14.619--ServerSession(552598875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=521) 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-03 11:40:14.699--ServerSession(552598875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=521) 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-03 11:40:14.755--ServerSession(552598875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=521) 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:40:14.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:40:14.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:40:14.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:40:14.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:40:14.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:40:14.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=4064c861-84f2-44ed-8d0a-b8cfc5c90d4a, expireMs=1617450044815]
11:40:14.815 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:40:14.816 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"4064c861-84f2-44ed-8d0a-b8cfc5c90d4a","timestampMs":1617449982204,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:14.816 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:40:14.816 [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":"1554156c-e33b-4a9d-8153-b3758903720b","timestampMs":1617450013262,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:14.817 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29998ms Timer [name=4064c861-84f2-44ed-8d0a-b8cfc5c90d4a, expireMs=1617450044815]
11:40:14.841 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 25 ms
11:40:14.841 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:40:14.876 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:14.876 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
[EL Info]: 2021-04-03 11:40:14.92--ServerSession(558057524)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:40:15.525--ServerSession(558057524)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=522) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-03 11:40:15.58--ServerSession(558057524)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=522) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
11:40:15.599 [qtp666769352-31] INFO  org.eclipse.jetty.server.RequestLog - 10.242.13.212 - healthcheck [03/Apr/2021:11:40:15 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
[EL Warning]: 2021-04-03 11:40:15.661--ServerSession(558057524)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=523) 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-03 11:40:15.706--ServerSession(558057524)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=523) 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:40:16.327 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450342211]
11:40:16.327 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450376327]
11:40:16.329 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:16.329 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:40:16.965 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:16.965 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"4064c861-84f2-44ed-8d0a-b8cfc5c90d4a","timestampMs":1617449982204,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:16.966 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:40:16.966 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"4064c861-84f2-44ed-8d0a-b8cfc5c90d4a","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"5038aaa7-89ff-419c-9a4c-5c0088a0a2c3","timestampMs":1617450015508,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:16.966 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:40:16.966 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=4064c861-84f2-44ed-8d0a-b8cfc5c90d4a, expireMs=1617450044815]
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:40:16.967 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:40:16.968 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=fb1d2e07-266c-4298-a3a3-547daa0a3b6b, expireMs=1617450046968]
11:40:16.968 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:40:16.968 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:40:16.968 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:16.968 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:40:16.968 [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":"fb1d2e07-266c-4298-a3a3-547daa0a3b6b","timestampMs":1617450016324,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:16.977 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 8 ms
11:40:16.978 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:40:16.998 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:16.999 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
11:40:17.635 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:17.636 [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":"fb1d2e07-266c-4298-a3a3-547daa0a3b6b","timestampMs":1617450016324,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:17.636 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:40:17.636 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:17.636 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:40:18.340 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:18.340 [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":"fb1d2e07-266c-4298-a3a3-547daa0a3b6b","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"b9e5d65c-66f6-4e3f-9226-0759e7f6cba1","timestampMs":1617450017638,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:40:18.340 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:40:18.340 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:40:18.340 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:40:18.340 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=fb1d2e07-266c-4298-a3a3-547daa0a3b6b, expireMs=1617450046968]
11:40:18.340 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:40:18.340 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:40:18.374--ServerSession(1280947944)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:40:18.933--ServerSession(1280947944)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=525) 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-03 11:40:18.991--ServerSession(1280947944)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=525) 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-03 11:40:19.066--ServerSession(1280947944)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=525) 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-03 11:40:19.117--ServerSession(1280947944)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=525) 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:40:19.126 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:40:19.126 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:40:19.126 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:19.126 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:40:34.151 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:34.151 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:34.151 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:40:42.213 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=05ff7ed8-611e-4a73-af84-dbaf806f0b58, expireMs=1617450042212]
11:40:44.816 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=4064c861-84f2-44ed-8d0a-b8cfc5c90d4a, expireMs=1617450044815]
11:40:49.139 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:40:49.141 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:40:49.142 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:41:04.122 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:41:04.123 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:41:04.123 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-03 11:41:16.162--ServerSession(1993207319)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:41:16.727--ServerSession(1993207319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=550) 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-03 11:41:16.787--ServerSession(1993207319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=550) 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-03 11:41:16.86--ServerSession(1993207319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=550) 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-03 11:41:16.921--ServerSession(1993207319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=550) 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:41:16.964 [qtp666769352-30] INFO  org.eclipse.jetty.server.RequestLog - 10.242.13.212 - healthcheck [03/Apr/2021:11:41:16 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:41:19.101 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:41:19.101 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:41:19.101 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:41:28.064 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:41:28.065 [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-03T11:41:27.315058Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"864e5502-5240-4cb5-97b2-73049dcc7f3b","timestampMs":1617450087314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:41:28.14--ServerSession(1564816827)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:41:28.56--ServerSession(1564816827)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=556) 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-03 11:41:28.612--ServerSession(1564816827)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=556) 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-03 11:41:28.67--ServerSession(1564816827)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=556) 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-03 11:41:28.729--ServerSession(1564816827)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=556) 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:41:28.805 [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=1617450329214]
11:41:28.805 [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=1617450448805]
11:41:28.806 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:41:28.807 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:41:43.793 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:41:43.793 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:41:43.793 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:41:58.710 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:41:58.711 [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-03T11:41:57.973613Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"f085aba2-4b41-4563-85d5-9c2cd963fe2e","timestampMs":1617450117973,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:41:58.773--ServerSession(638902615)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:41:59.372--ServerSession(638902615)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=570) 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-03 11:41:59.429--ServerSession(638902615)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=570) 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-03 11:41:59.492--ServerSession(638902615)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=570) 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-03 11:41:59.549--ServerSession(638902615)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=570) 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:41:59.587 [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=1617450360138]
11:41:59.587 [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=1617450479587]
11:41:59.588 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:41:59.588 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:42:11.951 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-apex-pdp-0, expireMs=1617450131949]
11:42:11.952 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 244375ms Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450376327]
11:42:14.061 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:14.062 [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":"d384f4b3-a671-4f0d-b66b-6960845f4a63","timestampMs":1617450133264,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:42:14.118--ServerSession(16970241)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:42:14.651--ServerSession(16970241)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=577) 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-03 11:42:14.704--ServerSession(16970241)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=577) 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-03 11:42:14.783--ServerSession(16970241)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=577) 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-03 11:42:14.852--ServerSession(16970241)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=577) 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:42:15.204 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:42:15.204 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:42:15.204 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:42:15.204 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=a2fe1a9c-048c-4f9e-899e-e3a5717bb80d, expireMs=1617450165204]
11:42:15.204 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=a2fe1a9c-048c-4f9e-899e-e3a5717bb80d, expireMs=1617450165204]
11:42:15.204 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:42:15.205 [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":"a2fe1a9c-048c-4f9e-899e-e3a5717bb80d","timestampMs":1617450135198,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:42:15.205 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:42:15.205 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450376327]
11:42:15.205 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450495205]
11:42:15.206 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:42:15.206 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:42:15.227 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 22 ms
11:42:15.228 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:42:15.257 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:15.258 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
11:42:15.893 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:15.894 [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":"a2fe1a9c-048c-4f9e-899e-e3a5717bb80d","timestampMs":1617450135198,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:42:15.894 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:42:15.894 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:42:15.894 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:42:16.624 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:16.625 [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":"a2fe1a9c-048c-4f9e-899e-e3a5717bb80d","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"b4810e20-c864-4996-b022-9964b86bb939","timestampMs":1617450135884,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:42:16.625 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:42:16.625 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:42:16.625 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:42:16.625 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=a2fe1a9c-048c-4f9e-899e-e3a5717bb80d, expireMs=1617450165204]
11:42:16.625 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:42:16.625 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:42:16.692--ServerSession(461052750)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:42:17.201--ServerSession(461052750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=578) 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-03 11:42:17.271--ServerSession(461052750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=578) 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-03 11:42:17.35--ServerSession(461052750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=578) 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-03 11:42:17.415--ServerSession(461052750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=578) 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:42:17.426 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:42:17.426 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:42:17.426 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:42:17.426 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:42:17.426 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:42:17.426 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=76a1ff07-7be3-4ac4-83b1-88b6cbe06601, expireMs=1617450167426]
11:42:17.426 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:42:17.427 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:42:17.427 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:42:17.427 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:42:17.427 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=76a1ff07-7be3-4ac4-83b1-88b6cbe06601, expireMs=1617450167426]
11:42:17.427 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"76a1ff07-7be3-4ac4-83b1-88b6cbe06601","timestampMs":1617450135198,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:42:17.427 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 0 ms
11:42:17.427 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:42:17.446 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:17.446 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
11:42:18.085 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:18.085 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"76a1ff07-7be3-4ac4-83b1-88b6cbe06601","timestampMs":1617450135198,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:42:18.086 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:42:18.086 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:42:18.086 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:42:18.730 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:18.731 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"76a1ff07-7be3-4ac4-83b1-88b6cbe06601","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"d701f755-3e15-4c2a-908c-183ae054cac4","timestampMs":1617450138082,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:42:18.731 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:42:18.731 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:42:18.731 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:42:18.732 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=76a1ff07-7be3-4ac4-83b1-88b6cbe06601, expireMs=1617450167426]
11:42:18.732 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:42:18.732 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:42:18.732 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:42:18.732 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:42:18.732 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:42:18.732 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:42:33.756 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:33.758 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:42:33.758 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:42:45.205 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=a2fe1a9c-048c-4f9e-899e-e3a5717bb80d, expireMs=1617450165204]
11:42:47.426 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=76a1ff07-7be3-4ac4-83b1-88b6cbe06601, expireMs=1617450167426]
11:42:48.760 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:42:48.762 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:42:48.762 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:43:03.725 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:43:03.726 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:43:03.727 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:43:18.728 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:43:18.729 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:43:18.729 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:43:28.028 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:43:28.035 [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-03T11:43:27.317130Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"93612a88-8494-42d7-bbd8-0deae6a27efd","timestampMs":1617450207316,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:43:28.136--ServerSession(1864421358)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:43:28.705--ServerSession(1864421358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=608) 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-03 11:43:28.76--ServerSession(1864421358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=608) 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-03 11:43:28.826--ServerSession(1864421358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=608) 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-03 11:43:28.884--ServerSession(1864421358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=608) 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:43:28.926 [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=1617450448805]
11:43:28.926 [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=1617450568926]
11:43:28.927 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:43:28.927 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:43:43.904 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:43:43.904 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:43:43.904 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:43:58.683 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:43:58.684 [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-03T11:43:57.971906Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"fb042691-457c-4290-a7dc-6ee3cd1ff6e6","timestampMs":1617450237971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:43:58.768--ServerSession(1130669244)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:43:59.356--ServerSession(1130669244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=622) 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-03 11:43:59.405--ServerSession(1130669244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=622) 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-03 11:43:59.467--ServerSession(1130669244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=622) 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-03 11:43:59.519--ServerSession(1130669244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=622) 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:43:59.659 [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=1617450479587]
11:43:59.659 [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=1617450599659]
11:43:59.659 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:43:59.660 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:44:13.966 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:13.967 [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":"fa79a038-bdeb-4bff-8c96-9c1c86ec1d1b","timestampMs":1617450253268,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:44:14.03--ServerSession(1408294531)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:44:14.526--ServerSession(1408294531)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=629) 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-03 11:44:14.589--ServerSession(1408294531)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=629) 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-03 11:44:14.663--ServerSession(1408294531)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=629) 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-03 11:44:14.721--ServerSession(1408294531)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=629) 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:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=7143d081-a207-4a0b-875b-a246f168e78f, expireMs=1617450285089]
11:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450495205]
11:44:15.089 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450615089]
11:44:15.089 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=7143d081-a207-4a0b-875b-a246f168e78f, expireMs=1617450285089]
11:44:15.090 [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":"7143d081-a207-4a0b-875b-a246f168e78f","timestampMs":1617450255082,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:44:15.090 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:44:15.090 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:44:15.127 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 37 ms
11:44:15.127 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:44:15.156 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:15.156 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
11:44:15.792 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:15.793 [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":"7143d081-a207-4a0b-875b-a246f168e78f","timestampMs":1617450255082,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:44:15.793 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:44:15.793 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:44:15.793 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:44:16.497 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:16.497 [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":"7143d081-a207-4a0b-875b-a246f168e78f","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"fc98f9db-9faf-483e-b4e4-439fc760a16a","timestampMs":1617450255785,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:44:16.498 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:44:16.498 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:44:16.498 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:44:16.498 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=7143d081-a207-4a0b-875b-a246f168e78f, expireMs=1617450285089]
11:44:16.498 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:44:16.498 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:44:16.55--ServerSession(150622514)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:44:17.133--ServerSession(150622514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscanodetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeTemplate ADD CONSTRAINT FK_ToscaNodeTemplate_capabilitiesName FOREIGN KEY (capabilitiesName, capabilitiesVersion) REFERENCES ToscaCapabilityAssignments (name, version)")
[EL Warning]: 2021-04-03 11:44:17.196--ServerSession(150622514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscanodetype` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaNodeType ADD CONSTRAINT FK_ToscaNodeType_requirementsName FOREIGN KEY (requirementsName, requirementsVersion) REFERENCES ToscaRequirements (name, version)")
[EL Warning]: 2021-04-03 11:44:17.285--ServerSession(150622514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscaservicetemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaServiceTemplate ADD CONSTRAINT FK_ToscaServiceTemplate_dataTypesName FOREIGN KEY (dataTypesName, dataTypesVersion) REFERENCES ToscaDataTypes (name, version)")
[EL Warning]: 2021-04-03 11:44:17.353--ServerSession(150622514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=630) Can't create table `policyadmin`.`toscatopologytemplate` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)
Query: DataModifyQuery(sql="ALTER TABLE ToscaTopologyTemplate ADD CONSTRAINT FK_ToscaTopologyTemplate_policyName FOREIGN KEY (policyName, policyVersion) REFERENCES ToscaPolicies (name, version)")
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=d125d160-523c-4e9f-b717-05afdd9fa29b, expireMs=1617450287364]
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:44:17.364 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:44:17.365 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=d125d160-523c-4e9f-b717-05afdd9fa29b, expireMs=1617450287364]
11:44:17.365 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d125d160-523c-4e9f-b717-05afdd9fa29b","timestampMs":1617450255082,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:44:17.377 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 12 ms
11:44:17.377 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:44:17.397 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:17.398 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
11:44:18.056 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:18.057 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d125d160-523c-4e9f-b717-05afdd9fa29b","timestampMs":1617450255082,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:44:18.057 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:44:18.057 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:44:18.057 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:44:18.681 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d125d160-523c-4e9f-b717-05afdd9fa29b","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"86497c6d-f36e-4480-a99a-de68b5a3bbc4","timestampMs":1617450258033,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=d125d160-523c-4e9f-b717-05afdd9fa29b, expireMs=1617450287364]
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:44:18.682 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:44:33.653 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:33.653 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:44:33.653 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:44:45.090 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=7143d081-a207-4a0b-875b-a246f168e78f, expireMs=1617450285089]
11:44:47.364 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=d125d160-523c-4e9f-b717-05afdd9fa29b, expireMs=1617450287364]
11:44:48.630 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:44:48.631 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:44:48.631 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:45:03.632 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:45:03.633 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:45:03.634 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:45:18.611 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:45:18.612 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:45:18.612 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:45:28.022 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:45:28.022 [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-03T11:45:27.314907Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"aa4eb881-e1fe-485b-81c6-3e02b66e8265","timestampMs":1617450327314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:45:28.084--ServerSession(1414709074)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:45:28.589--ServerSession(1414709074)--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-03 11:45:28.639--ServerSession(1414709074)--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-03 11:45:28.715--ServerSession(1414709074)--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-03 11:45:28.772--ServerSession(1414709074)--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:45:28.817 [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=1617450568926]
11:45:28.817 [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=1617450688817]
11:45:28.819 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:45:28.819 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:45:43.783 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:45:43.784 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:45:43.784 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:45:58.702 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:45:58.705 [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-03T11:45:57.971944Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"8a8be172-1e47-4426-9547-6265c8c9f431","timestampMs":1617450357971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:45:58.791--ServerSession(578598459)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:45:59.289--ServerSession(578598459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=674) 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-03 11:45:59.341--ServerSession(578598459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=674) 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-03 11:45:59.411--ServerSession(578598459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=674) 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-03 11:45:59.474--ServerSession(578598459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=674) 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:45:59.527 [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=1617450599659]
11:45:59.528 [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=1617450719528]
11:45:59.528 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:45:59.529 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:46:14.008 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:14.009 [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":"50fa13de-d72b-4bba-a345-06b7c1beb280","timestampMs":1617450373272,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:46:14.078--ServerSession(755385570)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:46:14.487--ServerSession(755385570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=682) 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-03 11:46:14.533--ServerSession(755385570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=682) 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-03 11:46:14.595--ServerSession(755385570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=682) 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-03 11:46:14.647--ServerSession(755385570)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=682) 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:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=de1547d8-cb71-4264-8ff5-c0f8af066ec5, expireMs=1617450404980]
11:46:14.980 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=de1547d8-cb71-4264-8ff5-c0f8af066ec5, expireMs=1617450404980]
11:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450615089]
11:46:14.980 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450734980]
11:46:14.981 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:46:14.982 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:46:14.982 [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":"de1547d8-cb71-4264-8ff5-c0f8af066ec5","timestampMs":1617450374974,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:46:15.027 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 45 ms
11:46:15.028 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:46:15.058 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:15.058 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
11:46:15.678 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:15.678 [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":"de1547d8-cb71-4264-8ff5-c0f8af066ec5","timestampMs":1617450374974,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:46:15.679 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:46:15.679 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:46:15.679 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-03 11:46:15.942--ServerSession(1946849837)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
11:46:16.328 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450376327]
11:46:16.328 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 312489ms Timer [name=dev-policy-apex-pdp-0, expireMs=1617450688817]
11:46:16.378 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:16.378 [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":"de1547d8-cb71-4264-8ff5-c0f8af066ec5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"2e5db2e9-b64b-42b7-b000-d65cee1e0f10","timestampMs":1617450375735,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:46:16.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:46:16.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:46:16.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:46:16.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=de1547d8-cb71-4264-8ff5-c0f8af066ec5, expireMs=1617450404980]
11:46:16.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:46:16.379 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Warning]: 2021-04-03 11:46:16.414--ServerSession(1946849837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=683) 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:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=2c85c89c-e93c-4e7a-835e-bceef154cf75, expireMs=1617450406416]
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:46:16.416 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:46:16.416 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"2c85c89c-e93c-4e7a-835e-bceef154cf75","timestampMs":1617450374974,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:46:16.416 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=2c85c89c-e93c-4e7a-835e-bceef154cf75, expireMs=1617450406416]
11:46:16.427 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 11 ms
11:46:16.427 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:46:16.436 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:16.436 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
[EL Warning]: 2021-04-03 11:46:16.481--ServerSession(1946849837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=684) 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-03 11:46:16.552--ServerSession(1946849837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=684) 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-03 11:46:16.617--ServerSession(1946849837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=684) 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:46:16.639 [qtp666769352-32] INFO  org.eclipse.jetty.server.RequestLog - 10.242.13.212 - healthcheck [03/Apr/2021:11:46:15 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:46:17.061 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:17.062 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"2c85c89c-e93c-4e7a-835e-bceef154cf75","timestampMs":1617450374974,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:46:17.062 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:46:17.062 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:46:17.062 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:46:17.810 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:17.811 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"2c85c89c-e93c-4e7a-835e-bceef154cf75","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"5f5efbb7-de4e-4462-867f-b2cfe281720f","timestampMs":1617450377060,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=2c85c89c-e93c-4e7a-835e-bceef154cf75, expireMs=1617450406416]
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:46:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:46:32.797 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:32.798 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:46:32.798 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:46:44.981 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=de1547d8-cb71-4264-8ff5-c0f8af066ec5, expireMs=1617450404980]
11:46:46.417 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=2c85c89c-e93c-4e7a-835e-bceef154cf75, expireMs=1617450406416]
11:46:47.779 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:46:47.780 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:46:47.781 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:47:02.808 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:47:02.808 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:47:02.808 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:47:17.785 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:47:17.786 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:47:17.786 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:47:28.066 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:47:28.067 [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-03T11:47:27.314146Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"f74b1d3a-0412-46fb-9348-8bd060cecc7d","timestampMs":1617450447313,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:47:28.16--ServerSession(519627686)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:47:28.748--ServerSession(519627686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=714) 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-03 11:47:28.804--ServerSession(519627686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=714) 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-03 11:47:28.88--ServerSession(519627686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=714) 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-03 11:47:28.946--ServerSession(519627686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=714) 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:47:28.996 [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=1617450688817]
11:47:28.996 [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=1617450808996]
11:47:28.998 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:47:28.998 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:47:43.985 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:47:43.987 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:47:43.987 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:47:58.701 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:47:58.701 [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-03T11:47:57.972094Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"90995acf-6563-407b-af52-65f7ee086f7a","timestampMs":1617450477971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:47:58.755--ServerSession(705216832)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:47:59.18--ServerSession(705216832)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=728) 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-03 11:47:59.232--ServerSession(705216832)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=728) 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-03 11:47:59.299--ServerSession(705216832)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=728) 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-03 11:47:59.351--ServerSession(705216832)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=728) 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:47:59.391 [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=1617450719528]
11:47:59.391 [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=1617450839391]
11:47:59.392 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:47:59.393 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:48:13.953 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:13.954 [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":"c9c88586-f4f5-4ac4-a861-f9e6a5c3fca4","timestampMs":1617450493275,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:48:14.001--ServerSession(1429757088)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:48:14.383--ServerSession(1429757088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=735) 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-03 11:48:14.426--ServerSession(1429757088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=735) 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-03 11:48:14.496--ServerSession(1429757088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=735) 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-03 11:48:14.691--ServerSession(1429757088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=735) 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:48:14.974 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:48:14.974 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:48:14.974 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:48:14.974 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=e6bfbb24-0917-44f0-ac03-1d0df133cd18, expireMs=1617450524974]
11:48:14.975 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:48:14.975 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:48:14.975 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450734980]
11:48:14.975 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450854975]
11:48:14.975 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29999ms Timer [name=e6bfbb24-0917-44f0-ac03-1d0df133cd18, expireMs=1617450524974]
11:48:14.975 [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":"e6bfbb24-0917-44f0-ac03-1d0df133cd18","timestampMs":1617450494969,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:48:14.975 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:48:14.976 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:48:14.977 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 2 ms
11:48:14.977 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:48:15.007 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:15.007 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
11:48:15.634 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:15.635 [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":"e6bfbb24-0917-44f0-ac03-1d0df133cd18","timestampMs":1617450494969,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:48:15.635 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:48:15.635 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:48:15.635 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:48:16.379 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:16.379 [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":"e6bfbb24-0917-44f0-ac03-1d0df133cd18","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"3f7d2059-9380-4650-8503-2328da639d41","timestampMs":1617450495708,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:48:16.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:48:16.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:48:16.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:48:16.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=e6bfbb24-0917-44f0-ac03-1d0df133cd18, expireMs=1617450524974]
11:48:16.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:48:16.380 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:48:16.45--ServerSession(954178170)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:48:16.842--ServerSession(954178170)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=736) 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-03 11:48:16.876--ServerSession(954178170)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=736) 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-03 11:48:16.92--ServerSession(954178170)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=736) 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-03 11:48:16.972--ServerSession(954178170)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=736) 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:48:16.981 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:48:16.981 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:48:16.981 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:48:16.981 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:48:16.981 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:48:16.981 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=5dfd0ecb-1e77-4dd4-8f50-14dae01a24f5, expireMs=1617450526981]
11:48:16.982 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=5dfd0ecb-1e77-4dd4-8f50-14dae01a24f5, expireMs=1617450526981]
11:48:16.982 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:48:16.982 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:48:16.982 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:48:16.982 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:48:16.982 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"5dfd0ecb-1e77-4dd4-8f50-14dae01a24f5","timestampMs":1617450494969,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:48:17.027 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 45 ms
11:48:17.027 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:48:17.037 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:17.037 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
11:48:17.659 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:17.660 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"5dfd0ecb-1e77-4dd4-8f50-14dae01a24f5","timestampMs":1617450494969,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:48:17.660 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:48:17.660 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:48:17.660 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:48:18.313 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:18.313 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"5dfd0ecb-1e77-4dd4-8f50-14dae01a24f5","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"9a9202d4-d46e-4cfa-9d30-75636c212d21","timestampMs":1617450497660,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:48:18.314 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:48:18.314 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:48:18.314 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:48:18.314 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=5dfd0ecb-1e77-4dd4-8f50-14dae01a24f5, expireMs=1617450526981]
11:48:18.315 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:48:18.315 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:48:18.315 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:48:18.315 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:48:18.315 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:48:18.316 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:48:33.284 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:33.285 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:48:33.285 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:48:44.974 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=e6bfbb24-0917-44f0-ac03-1d0df133cd18, expireMs=1617450524974]
11:48:46.981 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=5dfd0ecb-1e77-4dd4-8f50-14dae01a24f5, expireMs=1617450526981]
11:48:48.269 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:48:48.269 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:48:48.269 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:49:03.231 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:49:03.232 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:49:03.233 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:49:18.200 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:49:18.201 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:49:18.201 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:49:28.022 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:49:28.022 [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-03T11:49:27.314295Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"2365b1e2-a1c3-4fee-b558-90b593dd70fd","timestampMs":1617450567313,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:49:28.078--ServerSession(982629326)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:49:28.544--ServerSession(982629326)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=766) 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-03 11:49:28.609--ServerSession(982629326)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=766) 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-03 11:49:28.689--ServerSession(982629326)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=766) 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-03 11:49:28.762--ServerSession(982629326)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=766) 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:49:28.840 [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=1617450808996]
11:49:28.840 [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=1617450928840]
11:49:28.841 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:49:28.841 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:49:43.801 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:49:43.801 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:49:43.801 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:49:58.699 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:49:58.700 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"drools","state":"ACTIVE","healthy":"HEALTHY","policies":[],"statistics":{"pdpInstanceId":"dev-policy-drools-pdp-0","timeStamp":"2021-04-03T11:49:57.972508Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"bdabc6e6-9cd9-4831-94a6-a1f98fa4027b","timestampMs":1617450597972,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:49:58.74--ServerSession(254714950)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:49:59.201--ServerSession(254714950)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=780) 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-03 11:49:59.258--ServerSession(254714950)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=780) 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-03 11:49:59.336--ServerSession(254714950)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=780) 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-03 11:49:59.394--ServerSession(254714950)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=780) 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:49:59.437 [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=1617450839391]
11:49:59.437 [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=1617450959437]
11:49:59.438 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:49:59.438 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:50:13.959 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:13.961 [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":"a47ac040-78cc-4863-b474-9f035868069e","timestampMs":1617450613279,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:50:14.018--ServerSession(1892988711)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:50:14.463--ServerSession(1892988711)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=787) 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-03 11:50:14.52--ServerSession(1892988711)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=787) 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-03 11:50:14.593--ServerSession(1892988711)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=787) 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-03 11:50:14.655--ServerSession(1892988711)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=787) 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:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=bfca5ed4-1650-4dee-a33b-962323ae0b52, expireMs=1617450644992]
11:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450854975]
11:50:14.992 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450974992]
11:50:14.992 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=bfca5ed4-1650-4dee-a33b-962323ae0b52, expireMs=1617450644992]
11:50:14.993 [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":"bfca5ed4-1650-4dee-a33b-962323ae0b52","timestampMs":1617450614987,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:50:14.993 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:50:14.993 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:50:15.027 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 34 ms
11:50:15.027 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:50:15.057 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:15.058 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
11:50:15.678 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:15.678 [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":"bfca5ed4-1650-4dee-a33b-962323ae0b52","timestampMs":1617450614987,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:50:15.678 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:50:15.679 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:50:15.679 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:50:16.367 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:16.367 [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":"bfca5ed4-1650-4dee-a33b-962323ae0b52","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"b3c3ad75-c995-4cf0-bf7b-f942cde3d963","timestampMs":1617450615710,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:50:16.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:50:16.367 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:50:16.368 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:50:16.368 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=bfca5ed4-1650-4dee-a33b-962323ae0b52, expireMs=1617450644992]
11:50:16.368 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:50:16.368 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:50:16.555--ServerSession(811838010)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:50:17.035--ServerSession(811838010)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=788) 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-03 11:50:17.083--ServerSession(811838010)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=788) 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-03 11:50:17.147--ServerSession(811838010)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=788) 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-03 11:50:17.204--ServerSession(811838010)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=788) 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:50:17.216 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:50:17.216 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:50:17.216 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:50:17.216 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:50:17.216 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:50:17.216 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=32d2f433-7643-486c-8cf1-141e918c326e, expireMs=1617450647216]
11:50:17.216 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:50:17.217 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:50:17.217 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=32d2f433-7643-486c-8cf1-141e918c326e, expireMs=1617450647216]
11:50:17.217 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:50:17.217 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"32d2f433-7643-486c-8cf1-141e918c326e","timestampMs":1617450614987,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:50:17.219 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:50:17.227 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 10 ms
11:50:17.227 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:50:17.236 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:17.239 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
11:50:17.866 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:17.866 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"32d2f433-7643-486c-8cf1-141e918c326e","timestampMs":1617450614987,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:50:17.867 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:50:17.867 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:50:17.867 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:50:18.532 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:18.533 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"32d2f433-7643-486c-8cf1-141e918c326e","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"eb9f8abc-0d72-4a55-96f7-21029f7dcc82","timestampMs":1617450617866,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:50:18.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:50:18.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:50:18.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:50:18.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=32d2f433-7643-486c-8cf1-141e918c326e, expireMs=1617450647216]
11:50:18.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:50:18.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:50:18.536 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:50:18.537 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:50:18.537 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:50:18.538 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:50:33.511 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:33.511 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:50:33.511 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:50:44.992 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=bfca5ed4-1650-4dee-a33b-962323ae0b52, expireMs=1617450644992]
11:50:47.216 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=32d2f433-7643-486c-8cf1-141e918c326e, expireMs=1617450647216]
11:50:48.479 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:50:48.479 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:50:48.479 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:51:03.460 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:51:03.461 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:51:03.461 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-03 11:51:16.245--ServerSession(314611838)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:51:16.711--ServerSession(314611838)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=814) 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-03 11:51:16.759--ServerSession(314611838)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=814) 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-03 11:51:16.818--ServerSession(314611838)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=814) 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-03 11:51:16.871--ServerSession(314611838)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=814) 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:51:16.903 [qtp666769352-34] INFO  org.eclipse.jetty.server.RequestLog - 10.242.13.212 - healthcheck [03/Apr/2021:11:51:16 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:51:18.434 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:51:18.435 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:51:18.435 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:51:28.093 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:51:28.095 [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-03T11:51:27.314812Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"b1634847-dbcc-46d6-b678-7e8fb12df8d2","timestampMs":1617450687314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:51:28.146--ServerSession(58865578)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:51:28.642--ServerSession(58865578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=820) 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-03 11:51:28.698--ServerSession(58865578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=820) 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-03 11:51:28.763--ServerSession(58865578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=820) 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-03 11:51:28.815--ServerSession(58865578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=820) 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:51:28.817 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-apex-pdp-0, expireMs=1617450688817]
11:51:28.818 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 240022ms Timer [name=dev-policy-apex-pdp-0, expireMs=1617450928840]
11:51:28.874 [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=1617450928840]
11:51:28.874 [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=1617451048874]
11:51:28.875 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:51:28.875 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:51:43.846 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:51:43.847 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:51:43.847 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:51:58.691 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:51:58.692 [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-03T11:51:57.972340Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"ef201a31-ad65-4c9f-b8d2-01e121c5c4b6","timestampMs":1617450717972,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:51:58.743--ServerSession(1556307366)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:51:59.228--ServerSession(1556307366)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=834) 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-03 11:51:59.287--ServerSession(1556307366)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=834) 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-03 11:51:59.368--ServerSession(1556307366)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=834) 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-03 11:51:59.433--ServerSession(1556307366)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=834) 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:51:59.476 [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=1617450959437]
11:51:59.476 [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=1617451079476]
11:51:59.477 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:51:59.477 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:52:13.975 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:13.976 [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":"0838a484-88ef-43d6-9ab1-aa940d55b36e","timestampMs":1617450733282,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:52:14.047--ServerSession(2129672875)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:52:14.486--ServerSession(2129672875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=841) 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-03 11:52:14.551--ServerSession(2129672875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=841) 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-03 11:52:14.638--ServerSession(2129672875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=841) 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-03 11:52:14.704--ServerSession(2129672875)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=841) 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:52:14.969 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:52:14.969 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:52:14.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:52:14.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=c04277c4-4a22-4580-b4b3-cda477088fae, expireMs=1617450764970]
11:52:14.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:52:14.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:52:14.970 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=c04277c4-4a22-4580-b4b3-cda477088fae, expireMs=1617450764970]
11:52:14.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617450974992]
11:52:14.970 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617451094970]
11:52:14.971 [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":"c04277c4-4a22-4580-b4b3-cda477088fae","timestampMs":1617450734965,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:52:14.971 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:52:14.971 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:52:14.985 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 14 ms
11:52:14.985 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:52:15.023 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:15.023 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
11:52:15.650 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:15.651 [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":"c04277c4-4a22-4580-b4b3-cda477088fae","timestampMs":1617450734965,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:52:15.651 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:52:15.651 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:52:15.651 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:52:16.372 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:16.372 [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":"c04277c4-4a22-4580-b4b3-cda477088fae","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"1ac2388b-abab-45ef-9b98-b23dc8198512","timestampMs":1617450735697,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:52:16.372 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:52:16.372 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:52:16.372 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:52:16.372 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=c04277c4-4a22-4580-b4b3-cda477088fae, expireMs=1617450764970]
11:52:16.373 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:52:16.373 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:52:16.399--ServerSession(594748670)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:52:16.838--ServerSession(594748670)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=842) 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-03 11:52:16.893--ServerSession(594748670)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=842) 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-03 11:52:16.967--ServerSession(594748670)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=842) 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-03 11:52:17.029--ServerSession(594748670)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=842) 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:52:17.037 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:52:17.038 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:52:17.038 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:52:17.038 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:52:17.038 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:52:17.038 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=d9a6a408-f525-4719-a3dd-22dce04d37d6, expireMs=1617450767038]
11:52:17.038 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:52:17.039 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:52:17.039 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:52:17.039 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 29999ms Timer [name=d9a6a408-f525-4719-a3dd-22dce04d37d6, expireMs=1617450767038]
11:52:17.039 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d9a6a408-f525-4719-a3dd-22dce04d37d6","timestampMs":1617450734965,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:52:17.039 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:52:17.077 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
11:52:17.077 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:52:17.086 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:17.086 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
11:52:17.714 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:17.715 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"d9a6a408-f525-4719-a3dd-22dce04d37d6","timestampMs":1617450734965,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:52:17.715 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:52:17.715 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:52:17.715 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:52:18.368 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:18.369 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"d9a6a408-f525-4719-a3dd-22dce04d37d6","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"8ae07e10-41a7-4bf0-bed4-2bd9a20d2479","timestampMs":1617450737711,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:52:18.369 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=d9a6a408-f525-4719-a3dd-22dce04d37d6, expireMs=1617450767038]
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:52:18.370 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:52:33.355 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:33.357 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:52:33.357 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:52:44.970 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=c04277c4-4a22-4580-b4b3-cda477088fae, expireMs=1617450764970]
11:52:47.038 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=d9a6a408-f525-4719-a3dd-22dce04d37d6, expireMs=1617450767038]
11:52:48.337 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:52:48.337 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:52:48.337 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:53:03.288 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:53:03.288 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:53:03.288 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:53:18.273 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:53:18.273 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:53:18.274 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:53:28.017 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:53:28.017 [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-03T11:53:27.314553Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"0f95045d-5f12-467c-95d4-cd9392d9ed7d","timestampMs":1617450807314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:53:28.074--ServerSession(1970044769)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:53:28.482--ServerSession(1970044769)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=872) 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-03 11:53:28.541--ServerSession(1970044769)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=872) 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-03 11:53:28.61--ServerSession(1970044769)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=872) 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-03 11:53:28.666--ServerSession(1970044769)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=872) 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:53:28.707 [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=1617451048874]
11:53:28.707 [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=1617451168707]
11:53:28.708 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:53:28.708 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:53:43.685 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:53:43.687 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:53:43.687 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:53:58.688 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:53:58.689 [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-03T11:53:57.972379Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"5facc075-4103-4b51-add9-6e4f988e1109","timestampMs":1617450837972,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:53:58.78--ServerSession(2073855929)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:53:59.232--ServerSession(2073855929)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=886) 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-03 11:53:59.295--ServerSession(2073855929)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=886) 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-03 11:53:59.377--ServerSession(2073855929)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=886) 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-03 11:53:59.442--ServerSession(2073855929)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=886) 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:53:59.491 [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=1617451079476]
11:53:59.492 [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=1617451199492]
11:53:59.493 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:53:59.493 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:54:13.994 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:13.995 [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":"86d01128-a984-4be9-a613-8cc0315cb0fe","timestampMs":1617450853284,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:54:14.035--ServerSession(1817560706)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:54:14.494--ServerSession(1817560706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=893) 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-03 11:54:14.554--ServerSession(1817560706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=893) 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-03 11:54:14.633--ServerSession(1817560706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=893) 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-03 11:54:14.697--ServerSession(1817560706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=893) 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:54:15.005 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:54:15.005 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:54:15.005 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:54:15.005 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=9df424c8-0d6b-4618-b4c7-0744af465c21, expireMs=1617450885005]
11:54:15.005 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:54:15.006 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 29999ms Timer [name=9df424c8-0d6b-4618-b4c7-0744af465c21, expireMs=1617450885005]
11:54:15.006 [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":"9df424c8-0d6b-4618-b4c7-0744af465c21","timestampMs":1617450855000,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:54:15.006 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:54:15.006 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617451094970]
11:54:15.006 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617451215006]
11:54:15.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:54:15.007 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:54:15.027 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 21 ms
11:54:15.028 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:54:15.061 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:15.061 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
11:54:15.680 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:15.681 [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":"9df424c8-0d6b-4618-b4c7-0744af465c21","timestampMs":1617450855000,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:54:15.681 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:54:15.681 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:54:15.681 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:54:16.423 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:16.424 [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":"9df424c8-0d6b-4618-b4c7-0744af465c21","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"0e140b1f-749f-4b8a-abdd-84400b55c79e","timestampMs":1617450855767,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:54:16.424 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:54:16.424 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:54:16.424 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:54:16.424 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=9df424c8-0d6b-4618-b4c7-0744af465c21, expireMs=1617450885005]
11:54:16.424 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:54:16.424 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
[EL Info]: 2021-04-03 11:54:16.46--ServerSession(39101595)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:54:16.932--ServerSession(39101595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=894) 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-03 11:54:16.987--ServerSession(39101595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=894) 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-03 11:54:17.069--ServerSession(39101595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=894) 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-03 11:54:17.13--ServerSession(39101595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=894) 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:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=98be207b-da55-4cd2-a5c9-a9230167a687, expireMs=1617450887139]
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:54:17.139 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=98be207b-da55-4cd2-a5c9-a9230167a687, expireMs=1617450887139]
11:54:17.139 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:54:17.139 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"98be207b-da55-4cd2-a5c9-a9230167a687","timestampMs":1617450855000,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:54:17.177 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 38 ms
11:54:17.177 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:54:17.187 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:17.187 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
11:54:17.812 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:17.813 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"98be207b-da55-4cd2-a5c9-a9230167a687","timestampMs":1617450855000,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:54:17.813 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:54:17.813 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:54:17.813 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:54:18.472 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:18.473 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"98be207b-da55-4cd2-a5c9-a9230167a687","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"540e5152-f3ca-4d96-9b56-92e14c642d16","timestampMs":1617450857817,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:54:18.473 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:54:18.473 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:54:18.473 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:54:18.473 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=98be207b-da55-4cd2-a5c9-a9230167a687, expireMs=1617450887139]
11:54:18.474 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:54:18.474 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:54:18.474 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:54:18.474 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:54:18.474 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:54:18.474 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:54:33.453 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:33.453 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:54:33.453 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:54:45.005 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=9df424c8-0d6b-4618-b4c7-0744af465c21, expireMs=1617450885005]
11:54:47.139 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=98be207b-da55-4cd2-a5c9-a9230167a687, expireMs=1617450887139]
11:54:48.438 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:54:48.438 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:54:48.438 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:55:03.419 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:55:03.420 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:55:03.420 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:55:18.377 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:55:18.377 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:55:18.378 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:55:28.059 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:55:28.059 [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-03T11:55:27.314640Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"a7ebc140-fa0d-4511-8160-44cb25d670d0","timestampMs":1617450927314,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:55:28.118--ServerSession(1877865906)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:55:28.573--ServerSession(1877865906)--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-03 11:55:28.622--ServerSession(1877865906)--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-03 11:55:28.685--ServerSession(1877865906)--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-03 11:55:28.741--ServerSession(1877865906)--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:55:28.781 [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=1617451168707]
11:55:28.782 [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=1617451288782]
11:55:28.783 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:55:28.783 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:55:28.840 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer discarded (expired) Timer [name=dev-policy-apex-pdp-0, expireMs=1617450928840]
11:55:28.840 [Thread-7] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer waiting 270652ms Timer [name=dev-policy-drools-pdp-0, expireMs=1617451199492]
11:55:43.767 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:55:43.768 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:55:43.769 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:55:58.738 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:55:58.740 [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-03T11:55:57.972029Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"8918ffa1-9588-45ed-bdb2-7fc613038038","timestampMs":1617450957971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:55:58.79--ServerSession(89739397)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:55:59.255--ServerSession(89739397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=947) 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-03 11:55:59.307--ServerSession(89739397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=947) 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-03 11:55:59.394--ServerSession(89739397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=947) 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-03 11:55:59.46--ServerSession(89739397)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=947) 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:55:59.501 [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=1617451199492]
11:55:59.501 [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=1617451319501]
11:55:59.505 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:55:59.505 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:56:14.011 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:14.012 [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":"3ec81877-61a7-4502-a38c-89a099947ee6","timestampMs":1617450973289,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
[EL Info]: 2021-04-03 11:56:14.069--ServerSession(768457373)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:56:14.548--ServerSession(768457373)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=956) 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-03 11:56:14.606--ServerSession(768457373)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=956) 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-03 11:56:14.694--ServerSession(768457373)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=956) 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-03 11:56:14.754--ServerSession(768457373)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=956) 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:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting
11:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting listener
11:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting timer
11:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer registered Timer [name=b07fc952-72da-4b38-87e6-97d221c0a304, expireMs=1617451005072]
11:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate starting enqueue
11:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate started
11:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer cancelled Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617451215006]
11:56:15.072 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer waiting 30000ms Timer [name=b07fc952-72da-4b38-87e6-97d221c0a304, expireMs=1617451005072]
11:56:15.072 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - heart beat timer registered Timer [name=dev-policy-xacml-pdp-6d49cb47c8-phm6d, expireMs=1617451335072]
11:56:15.073 [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":"b07fc952-72da-4b38-87e6-97d221c0a304","timestampMs":1617450975065,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:56:15.073 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:56:15.074 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:56:15.077 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 4 ms
11:56:15.077 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:56:15.122 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:15.122 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
11:56:15.746 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:15.748 [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":"b07fc952-72da-4b38-87e6-97d221c0a304","timestampMs":1617450975065,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:56:15.748 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_UPDATE
11:56:15.748 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:56:15.748 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
[EL Info]: 2021-04-03 11:56:16.077--ServerSession(1818865307)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
11:56:16.427 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:16.427 [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":"b07fc952-72da-4b38-87e6-97d221c0a304","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"3a9c2ee3-ac56-4fd0-8195-e209669ba97a","timestampMs":1617450975781,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:56:16.428 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping
11:56:16.428 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping enqueue
11:56:16.428 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping timer
11:56:16.428 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - update timer cancelled Timer [name=b07fc952-72da-4b38-87e6-97d221c0a304, expireMs=1617451005072]
11:56:16.428 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopping listener
11:56:16.428 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate stopped
11:56:16.464 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpUpdate successful
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d start publishing next request
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting listener
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting timer
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer registered Timer [name=a7843f8a-b858-43a2-8e21-e7b2af387319, expireMs=1617451006465]
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange starting enqueue
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange started
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:56:16.465 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:56:16.465 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer waiting 30000ms Timer [name=a7843f8a-b858-43a2-8e21-e7b2af387319, expireMs=1617451006465]
11:56:16.465 [Thread-5] INFO  network - [OUT|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"a7843f8a-b858-43a2-8e21-e7b2af387319","timestampMs":1617450975065,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:56:16.477 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - sending 1 msgs to /events/POLICY-PDP-PAP. Oldest: 12 ms
11:56:16.477 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router:3905/events/POLICY-PDP-PAP (anonymous) ...
11:56:16.484 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:16.485 [pool-2-thread-1] INFO  c.a.n.c.c.i.CambriaSimplerBatchPublisher - cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
[EL Warning]: 2021-04-03 11:56:16.574--ServerSession(1818865307)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=958) 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-03 11:56:16.64--ServerSession(1818865307)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=958) 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-03 11:56:16.708--ServerSession(1818865307)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=958) 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-03 11:56:16.76--ServerSession(1818865307)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=958) 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:56:16.785 [qtp666769352-31] INFO  org.eclipse.jetty.server.RequestLog - 10.242.13.212 - healthcheck [03/Apr/2021:11:56:16 +0000] "GET /policy/pap/v1/pdps HTTP/1.1" 200 2676 "-" "Apache-HttpClient/4.5.13 (Java/11.0.8)"
11:56:17.108 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:17.109 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"state":"ACTIVE","messageName":"PDP_STATE_CHANGE","requestId":"a7843f8a-b858-43a2-8e21-e7b2af387319","timestampMs":1617450975065,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:56:17.109 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.e.l.MessageTypeDispatcher - discarding event of type PDP_STATE_CHANGE
11:56:17.109 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:56:17.109 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:56:17.769 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:17.770 [DMAAP-source-POLICY-PDP-PAP] INFO  network - [IN|DMAAP|POLICY-PDP-PAP]
{"pdpType":"xacml","state":"ACTIVE","healthy":"HEALTHY","response":{"responseTo":"a7843f8a-b858-43a2-8e21-e7b2af387319","responseStatus":"SUCCESS"},"messageName":"PDP_STATUS","requestId":"52de01ee-66d8-49bf-acfa-a65888223dbf","timestampMs":1617450977113,"name":"dev-policy-xacml-pdp-6d49cb47c8-phm6d","pdpGroup":"defaultGroup","pdpSubgroup":"xacml"}
11:56:17.770 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping
11:56:17.770 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping enqueue
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping timer
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer cancelled Timer [name=a7843f8a-b858-43a2-8e21-e7b2af387319, expireMs=1617451006465]
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopping listener
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.c.u.services.ServiceManager - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange stopped
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.p.p.m.comm.msgdata.RequestImpl - dev-policy-xacml-pdp-6d49cb47c8-phm6d PdpStateChange successful
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  o.o.policy.pap.main.comm.PdpRequests - dev-policy-xacml-pdp-6d49cb47c8-phm6d has no more requests
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:56:17.771 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:56:32.756 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:32.756 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:56:32.757 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:56:45.072 [Thread-8] INFO  o.o.p.pap.main.comm.TimerManager - update timer discarded (expired) Timer [name=b07fc952-72da-4b38-87e6-97d221c0a304, expireMs=1617451005072]
11:56:46.465 [Thread-9] INFO  o.o.p.pap.main.comm.TimerManager - state-change timer discarded (expired) Timer [name=a7843f8a-b858-43a2-8e21-e7b2af387319, expireMs=1617451006465]
11:56:47.735 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:56:47.736 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:56:47.736 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:57:02.699 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:57:02.699 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:57:02.700 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:57:17.664 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:57:17.664 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:57:17.664 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:57:28.031 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:57:28.032 [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-03T11:57:27.313943Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"apex","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"3835a8fc-9feb-4fb1-b603-1b82008606d6","timestampMs":1617451047313,"name":"dev-policy-apex-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"apex"}
[EL Info]: 2021-04-03 11:57:28.085--ServerSession(633188696)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:57:28.587--ServerSession(633188696)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=988) 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-03 11:57:28.643--ServerSession(633188696)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=988) 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-03 11:57:28.717--ServerSession(633188696)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=988) 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-03 11:57:28.78--ServerSession(633188696)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=988) 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:57:28.834 [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=1617451288782]
11:57:28.834 [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=1617451408834]
11:57:28.835 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:57:28.836 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:57:43.805 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:57:43.806 [DMAAP-source-POLICY-PDP-PAP] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000
11:57:43.806 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/POLICY-PDP-PAP/8758b201-97f1-4e02-a306-f8233a378118/dev-policy-pap-55f4d54b74-dsjwz?timeout=15000 (anonymous) ...
11:57:58.687 [DMAAP-source-POLICY-PDP-PAP] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
11:57:58.687 [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-03T11:57:57.971795Z","pdpGroupName":"defaultGroup","pdpSubGroupName":"drools","policyDeployCount":0,"policyDeploySuccessCount":0,"policyDeployFailCount":0,"policyExecutedCount":0,"policyExecutedSuccessCount":0,"policyExecutedFailCount":0},"messageName":"PDP_STATUS","requestId":"7b15d7e1-9d6a-405d-aa86-2b462a9be372","timestampMs":1617451077971,"name":"dev-policy-drools-pdp-0","pdpGroup":"defaultGroup","pdpSubgroup":"drools"}
[EL Info]: 2021-04-03 11:57:58.738--ServerSession(1490787553)--EclipseLink, version: Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4
[EL Warning]: 2021-04-03 11:57:59.251--ServerSession(1490787553)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1002) 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-03 11:57:59.308--ServerSession(1490787553)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.8.v20201217-ecdf3c32c4): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransientConnectionException: (conn=1002) 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-03 11:57:59.373--ServerSession(1490787553)--Exception [EclipseLink-4002] (Eclipse Persistence Service