Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-11-16T10:00:13.511Z||main|||||INFO|500||The following profiles are active: basic
2022-11-16T10:00:29.549Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-16T10:00:29.550Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-16T10:00:29.687Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-16T10:00:35.180Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-16T10:00:35.893Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-16T10:00:36.799Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-16T10:00:36.954Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-16T10:00:37.141Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-16T10:00:37.531Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-16T10:00:38.342Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-16T10:00:40.858Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-16T10:00:44.839Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-16T10:00:44.979Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-16T10:00:45.881Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-16T10:00:46.194Z||main|||||ERROR|500||Could not fetch the SequenceInformation from the database
java.sql.SQLTransactionRollbackException: (conn=1106) Deadlock found when trying to get lock; try restarting transaction
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:76)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363)
	at org.mariadb.jdbc.MariaDbStatement.executeQuery(MariaDbStatement.java:612)
	at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
	at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
	at org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl.extractMetadata(SequenceInformationExtractorMariaDBDatabaseImpl.java:52)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.sequenceInformationList(JdbcEnvironmentImpl.java:403)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl.(JdbcEnvironmentImpl.java:268)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:114)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:391)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:378)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1109)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: Deadlock found when trying to get lock; try restarting transaction
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:262)
	at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:357)
	... 52 common frames omitted
Caused by: java.sql.SQLException: Deadlock found when trying to get lock; try restarting transaction
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:256)
	... 53 common frames omitted
2022-11-16T10:00:46.592Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-16T10:00:48.904Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-16T10:00:50.138Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-11-16T10:00:50.898Z||main|||||DEBUG|500||Attempting to create activity  VNFSetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_1_0_, activitysp0_.NAME as name2_1_0_ from activity_spec_categories activitysp0_ where activitysp0_.ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_2_0_, activitysp0_.CREATION_TIMESTAMP as creation2_2_0_, activitysp0_.DESCRIPTION as descript3_2_0_, activitysp0_.DIRECTION as directio4_2_0_, activitysp0_.NAME as name5_2_0_, activitysp0_.TYPE as type6_2_0_ from activity_spec_parameters activitysp0_ where activitysp0_.ID=?
2022-11-16T10:00:51.815Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:00:51.819Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[af6e735c-bc6e-4320-bc0a-d1560c723509], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:00:51.844Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetInMaintFlagActivity","description":"Activity to Set InMaint Flag in A&AI","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:00:54.514Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:00:51 GMT], server=[envoy], x-envoy-upstream-service-time=[2567], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:00:54.518Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e38983fd9efe4c7680682088eede3b9b","versionId":"b8759a31faf840a0b6cbe514c243ea20"}

2022-11-16T10:00:54.519Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:00:54.565Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-11-16T10:00:54.635Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:00:54.636Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f8714b3e-0a1e-4ec2-b42e-b9613ab23176], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:00:54.639Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:00:55.608Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:00:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[935]}
2022-11-16T10:00:55.609Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:00:55.610Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e38983fd9efe4c7680682088eede3b9b/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:00:55.611Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-11-16T10:00:55.611Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFCheckPserversLockedFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:00:55.699Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:00:55.700Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[dbd6a7cf-fbca-464e-b3d2-3de161b852c7], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:00:55.708Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckPserversLockedFlagActivity","description":"Activity Check Pservers Locked Flag VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:00:56.170Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:00:55 GMT], server=[envoy], x-envoy-upstream-service-time=[459], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:00:56.172Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6849339f48a84b36aa43cc30242c4671","versionId":"11cfca574bb24252ab340a8b508939bf"}

2022-11-16T10:00:56.173Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:00:56.175Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-11-16T10:00:56.237Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6849339f48a84b36aa43cc30242c4671/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:00:56.238Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6849339f48a84b36aa43cc30242c4671/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:00:56.240Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6849339f48a84b36aa43cc30242c4671/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:00:57.170Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6849339f48a84b36aa43cc30242c4671/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:00:57.172Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6849339f48a84b36aa43cc30242c4671/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:00:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[925]}
2022-11-16T10:00:57.172Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:00:57.173Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-11-16T10:00:57.173Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFCheckInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:00:57.265Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:00:57.267Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:00:57.269Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckInMaintFlagActivity","description":"Activity CheckIn Maint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:00:57.642Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:00:57.643Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:00:56 GMT], server=[envoy], x-envoy-upstream-service-time=[367], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:00:57.644Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"35c9dc7ae8ff4322b9d27c8aaf93ba07","versionId":"a5500e0c11234e79b3854dd1c712b3f6"}

2022-11-16T10:00:57.647Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-11-16T10:00:57.725Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/35c9dc7ae8ff4322b9d27c8aaf93ba07/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:00:57.728Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c9dc7ae8ff4322b9d27c8aaf93ba07/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:00:57.730Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c9dc7ae8ff4322b9d27c8aaf93ba07/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:00:58.746Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c9dc7ae8ff4322b9d27c8aaf93ba07/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:00:58.747Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/35c9dc7ae8ff4322b9d27c8aaf93ba07/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:00:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1012]}
2022-11-16T10:00:58.751Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:00:58.752Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-11-16T10:00:58.753Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFCheckClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:00:58.827Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:00:58.828Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[312486a9-d037-45bb-9bcb-ae5fb8bbb63f], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:00:58.831Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckClosedLoopDisabledFlagActivity","description":"Activity Check Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:00:59.648Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:00:58 GMT], server=[envoy], x-envoy-upstream-service-time=[813], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:00:59.649Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"89f04638b4284af4af50dce3d7446e07","versionId":"bc7cd2d78e4243fe935d47a2a4442c75"}

2022-11-16T10:00:59.650Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:00:59.653Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-16T10:00:59.746Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:00:59.752Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ac1a65f0-af56-46d8-93b5-78cab515c0d2], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:00:59.755Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:01.479Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:00:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1715]}
2022-11-16T10:01:01.487Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:01.495Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89f04638b4284af4af50dce3d7446e07/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:01.496Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-16T10:01:01.497Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFSetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:01.687Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:01.689Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3e9e4f92-1cdf-442d-88b7-1d174f9e48ee], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:01.706Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetClosedLoopDisabledFlagActivity","description":"Activity Set Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:02.151Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:01 GMT], server=[envoy], x-envoy-upstream-service-time=[438], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:02.152Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"050bf42a9f5a476cb6acb13409b63a10","versionId":"9a69f30394e54743a3cccfcb26b76155"}

2022-11-16T10:01:02.153Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:02.163Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-16T10:01:02.234Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:02.236Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fa54f514-cd46-40a8-ab2f-42674028397f], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:02.239Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:02.821Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[578]}
2022-11-16T10:01:02.822Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:02.823Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/050bf42a9f5a476cb6acb13409b63a10/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:02.825Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-16T10:01:02.825Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFUnsetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:02.891Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:02.892Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a26c6b68-f5e4-4131-b9f2-e329f25e0725], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:02.895Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetClosedLoopDisabledFlagActivity","description":"Activity Unset Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:03.590Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:02 GMT], server=[envoy], x-envoy-upstream-service-time=[691], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:03.592Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"fa6bb1ed029949cdb026d043749e1789","versionId":"2940432a576f4a90859c9d96774668a8"}

2022-11-16T10:01:03.593Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:03.597Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-16T10:01:03.657Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fa6bb1ed029949cdb026d043749e1789/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:03.659Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fa6bb1ed029949cdb026d043749e1789/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:03.664Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fa6bb1ed029949cdb026d043749e1789/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:04.546Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fa6bb1ed029949cdb026d043749e1789/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:04.547Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fa6bb1ed029949cdb026d043749e1789/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[878]}
2022-11-16T10:01:04.550Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:04.551Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-16T10:01:04.551Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFLockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:04.606Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:04.608Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:04.609Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFLockActivity","description":"Activity Lock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:04.969Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:04.970Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:04 GMT], server=[envoy], x-envoy-upstream-service-time=[355], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:04.971Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"59d4a292870c491c9e7e6f6eb8697571","versionId":"24c1c9feaded45e5a3a1be9792fdaeba"}

2022-11-16T10:01:04.974Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-11-16T10:01:05.038Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/59d4a292870c491c9e7e6f6eb8697571/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:05.040Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59d4a292870c491c9e7e6f6eb8697571/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:05.042Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59d4a292870c491c9e7e6f6eb8697571/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:05.401Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59d4a292870c491c9e7e6f6eb8697571/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:05.402Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/59d4a292870c491c9e7e6f6eb8697571/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[354]}
2022-11-16T10:01:05.403Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:05.403Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-11-16T10:01:05.403Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFUnlockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:05.622Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:05.624Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:05.627Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnlockActivity","description":"Activity UnLock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:05.873Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:05.874Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:05 GMT], server=[envoy], x-envoy-upstream-service-time=[240], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:05.876Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"fcd1772e04cc408da08c061abba31d1c","versionId":"0157b15600294a329f743911b8f53846"}

2022-11-16T10:01:05.880Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-11-16T10:01:05.983Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:05.984Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ef3ef188-1042-4dfb-b513-4814106457dd], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:05.986Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:06.396Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[405]}
2022-11-16T10:01:06.397Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:06.398Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fcd1772e04cc408da08c061abba31d1c/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:06.399Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-11-16T10:01:06.400Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFStopActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:06.469Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:06.471Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:06.472Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStopActivity","description":"Activity Stop on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:06.727Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:06.729Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:06 GMT], server=[envoy], x-envoy-upstream-service-time=[251], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:06.730Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"9616b576f0044643b9af37894a829004","versionId":"81741dbe08b14745b115e7798b00ec12"}

2022-11-16T10:01:06.733Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-11-16T10:01:06.769Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:06.770Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2db674ac-4a05-46ba-bd84-fa3f9abfcb71], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:06.771Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:07.106Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[332]}
2022-11-16T10:01:07.107Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:07.109Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9616b576f0044643b9af37894a829004/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:07.109Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-11-16T10:01:07.110Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFStartActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:07.173Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:07.175Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:07.176Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStartActivity","description":"Activity Start on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:07.365Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:07.366Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:06 GMT], server=[envoy], x-envoy-upstream-service-time=[185], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:07.367Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"d2a81e4c5a13495ca365829934fd07ad","versionId":"8f2181d136d644478ec749c7cf3b0b14"}

2022-11-16T10:01:07.371Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-11-16T10:01:07.416Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:07.416Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f9c7b50a-d9ba-4d84-b5a2-c059a6c2ccae], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:07.418Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:08.349Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[928]}
2022-11-16T10:01:08.349Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:08.351Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2a81e4c5a13495ca365829934fd07ad/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:08.351Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-11-16T10:01:08.352Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFSnapShotActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:08.415Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:08.416Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[010b46d0-66b4-44d0-8d09-9353456c04a2], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:08.421Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSnapShotActivity","description":"Activity Snap Shot on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:08.766Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:08 GMT], server=[envoy], x-envoy-upstream-service-time=[342], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:08.768Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8ce45df9959947048d0fec10271fc269","versionId":"0247f3df5acf46529b3d58396dd208f7"}

2022-11-16T10:01:08.769Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:08.772Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-11-16T10:01:08.811Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8ce45df9959947048d0fec10271fc269/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:08.813Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ce45df9959947048d0fec10271fc269/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:08.814Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ce45df9959947048d0fec10271fc269/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:09.148Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ce45df9959947048d0fec10271fc269/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:09.149Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8ce45df9959947048d0fec10271fc269/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[330]}
2022-11-16T10:01:09.149Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:09.149Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-11-16T10:01:09.150Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  FlowCompleteActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:09.205Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:09.207Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:09.208Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"FlowCompleteActivity","description":"Activity Complete on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:09.406Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:09.409Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:08 GMT], server=[envoy], x-envoy-upstream-service-time=[194], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:09.412Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"162206e141fb483ba6bc34819ef838e5","versionId":"552807757e7a45248ab5f2a17fead905"}

2022-11-16T10:01:09.420Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-11-16T10:01:09.487Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/162206e141fb483ba6bc34819ef838e5/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:09.489Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/162206e141fb483ba6bc34819ef838e5/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:09.491Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/162206e141fb483ba6bc34819ef838e5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:10.140Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/162206e141fb483ba6bc34819ef838e5/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:10.141Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/162206e141fb483ba6bc34819ef838e5/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[643]}
2022-11-16T10:01:10.144Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:10.145Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-11-16T10:01:10.145Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  PauseForManualTaskActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:10.195Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:10.196Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:10.198Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"PauseForManualTaskActivity","description":"Activity Pause For Manual Task on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:10.515Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:10.516Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:09 GMT], server=[envoy], x-envoy-upstream-service-time=[313], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:10.517Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"ec7a62d0e0914b14824e68aab41a6974","versionId":"5ad71ba228d243869e5564039410b700"}

2022-11-16T10:01:10.521Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-11-16T10:01:10.574Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:10.576Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e82f7e89-2550-4395-a54a-7775bc41082f], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:10.578Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:10.877Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[295]}
2022-11-16T10:01:10.878Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:10.879Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec7a62d0e0914b14824e68aab41a6974/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:10.879Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-11-16T10:01:10.879Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  DistributeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:10.929Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:10.930Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:10.932Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficActivity","description":"Activity Distribute Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:11.130Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:11.131Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:10 GMT], server=[envoy], x-envoy-upstream-service-time=[193], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:11.131Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"5f63d5abf0584687be7fc543b9944231","versionId":"a8ae4470500c470bb683aa095058469c"}

2022-11-16T10:01:11.134Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-11-16T10:01:11.162Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:11.163Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ed700281-7f2d-4ab6-ab2b-37fc39ba2993], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:11.167Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:11.518Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[347]}
2022-11-16T10:01:11.518Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:11.519Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f63d5abf0584687be7fc543b9944231/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:11.520Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-11-16T10:01:11.520Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  DistributeTrafficCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:11.574Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:11.575Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9ec4801c-5eeb-47e7-b039-bbae2a1415bf], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:11.578Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficCheckActivity","description":"Activity Distribute Traffic Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:11.766Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:11 GMT], server=[envoy], x-envoy-upstream-service-time=[185], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:11.767Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4fd9c329330843158135677e62282b3f","versionId":"aef871e4c602421496e3f1108b62b404"}

2022-11-16T10:01:11.768Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:11.771Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-11-16T10:01:11.802Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:11.803Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7badb443-1ae5-415f-8198-850a01bcfbbb], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:11.804Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:12.158Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[351]}
2022-11-16T10:01:12.159Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:12.160Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4fd9c329330843158135677e62282b3f/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:12.161Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-11-16T10:01:12.166Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFHealthCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:12.238Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:12.239Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6f525c0c-d42e-4209-ac2d-61943ea7dcc4], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:12.241Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFHealthCheckActivity","description":"Activity Health Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:12.457Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:11 GMT], server=[envoy], x-envoy-upstream-service-time=[212], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:12.458Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4bd0410e2cda4bb981ec1f493dbc4062","versionId":"6b654d1dcade4117849bb9182510a6f2"}

2022-11-16T10:01:12.458Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:12.461Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-11-16T10:01:12.510Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:12.511Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[316345d9-b70f-4868-a7c0-36607dfc4010], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:12.513Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:12.858Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[341]}
2022-11-16T10:01:12.859Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:12.860Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4bd0410e2cda4bb981ec1f493dbc4062/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:12.861Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-11-16T10:01:12.861Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFQuiesceTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:12.924Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:12.925Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d048d8a7-0d91-4916-a852-5ec851b6316c], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:12.926Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFQuiesceTrafficActivity","description":"Activity Quiesce Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:13.064Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:12 GMT], server=[envoy], x-envoy-upstream-service-time=[134], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:13.064Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"160bdd7be04d484985c7f723dfda202b","versionId":"065ed5a6fde4466bbccaa7e698c2a72a"}

2022-11-16T10:01:13.065Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:13.069Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-11-16T10:01:13.101Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/160bdd7be04d484985c7f723dfda202b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:13.102Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/160bdd7be04d484985c7f723dfda202b/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:13.103Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/160bdd7be04d484985c7f723dfda202b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:13.433Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/160bdd7be04d484985c7f723dfda202b/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:13.433Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/160bdd7be04d484985c7f723dfda202b/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[327]}
2022-11-16T10:01:13.433Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:13.433Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-11-16T10:01:13.434Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFResumeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:13.471Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:13.472Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[05c957b1-a3fd-47e1-8718-f4aecea3f842], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:13.473Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFResumeTrafficActivity","description":"Activity Resume Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:13.657Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:13 GMT], server=[envoy], x-envoy-upstream-service-time=[182], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:13.658Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8da413e32bcb457992eab900661cd184","versionId":"01800a26c33a496d86d18e2082f05751"}

2022-11-16T10:01:13.659Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:13.663Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-11-16T10:01:13.723Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8da413e32bcb457992eab900661cd184/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:13.725Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8da413e32bcb457992eab900661cd184/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:13.726Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8da413e32bcb457992eab900661cd184/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:14.022Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8da413e32bcb457992eab900661cd184/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:14.023Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8da413e32bcb457992eab900661cd184/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[292]}
2022-11-16T10:01:14.024Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:14.025Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-11-16T10:01:14.025Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFUnsetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:14.063Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:14.065Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:14.066Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetInMaintFlagActivity","description":"Activity Unset InMaint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:14.252Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:14.253Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:13 GMT], server=[envoy], x-envoy-upstream-service-time=[181], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:14.255Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"81b28fb88b5d42f1a3abadd4c43b4fa8","versionId":"68b4fcafad7342338459b7aa9411fb57"}

2022-11-16T10:01:14.257Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-11-16T10:01:14.285Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:14.285Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b1b3121c-70ec-4bf6-bdcd-1a247d164f6f], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:14.287Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:14.693Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[404]}
2022-11-16T10:01:14.694Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:14.695Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81b28fb88b5d42f1a3abadd4c43b4fa8/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:14.696Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-11-16T10:01:14.696Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFUpgradeBackupActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:14.740Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:14.741Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8ef93167-9039-4a3f-874d-21e0767f7e4d], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:14.836Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeBackupActivity","description":"Activity Upgrade Backup on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:15.060Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:14 GMT], server=[envoy], x-envoy-upstream-service-time=[215], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:15.061Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f9c6d7189e78446084a53653c08a765e","versionId":"133bd5c821af4af9a9aeafbb34832573"}

2022-11-16T10:01:15.062Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:15.064Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-11-16T10:01:15.105Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f9c6d7189e78446084a53653c08a765e/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:15.106Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9c6d7189e78446084a53653c08a765e/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:15.107Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9c6d7189e78446084a53653c08a765e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:15.446Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9c6d7189e78446084a53653c08a765e/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:15.447Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f9c6d7189e78446084a53653c08a765e/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[335]}
2022-11-16T10:01:15.447Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:15.448Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-11-16T10:01:15.448Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFUpgradePostCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:15.511Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:15.512Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[203570d0-c40b-4167-98cd-5791169f3ad2], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:15.514Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePostCheckActivity","description":"Activity Upgrade Post Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:15.943Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:15 GMT], server=[envoy], x-envoy-upstream-service-time=[426], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:15.944Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0b14c210f7d049d686fda66ff57c480b","versionId":"bff8ef4c2f3047b18a879923bb3436fc"}

2022-11-16T10:01:15.945Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:15.948Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-11-16T10:01:15.986Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:15.987Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3de90c77-0a8e-45ad-9925-fa03b64c0eee], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:15.988Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:16.559Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[568]}
2022-11-16T10:01:16.560Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:16.561Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0b14c210f7d049d686fda66ff57c480b/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:16.561Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-11-16T10:01:16.561Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFUpgradePreCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:16.594Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:16.595Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:16.596Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePreCheckActivity","description":"Activity Upgrade PreCheck on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:16.787Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:16.787Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:16 GMT], server=[envoy], x-envoy-upstream-service-time=[187], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:16.789Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"40341363ac244bcda30f9394e5f201da","versionId":"a79a43f6b89e4554b40ba7e77c28dc19"}

2022-11-16T10:01:16.791Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-11-16T10:01:16.826Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:16.826Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6360ee92-2956-4b24-a481-3a6c5e446763], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:16.827Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:17.148Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[318]}
2022-11-16T10:01:17.148Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:17.149Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40341363ac244bcda30f9394e5f201da/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:17.150Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-11-16T10:01:17.150Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VNFUpgradeSoftwareActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:17.183Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-16T10:01:17.185Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:17.186Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeSoftwareActivity","description":"Activity UpgradeS oftware on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-16T10:01:17.435Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:17.436Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:16 GMT], server=[envoy], x-envoy-upstream-service-time=[246], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:17.438Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||{"id":"b0d28a7fe50541c291957dc8b108d19a","versionId":"e73b37321c2f4116ab2b0bb49b877f99"}

2022-11-16T10:01:17.441Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-11-16T10:01:17.487Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:17.488Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5d5e5c57-b2a2-4afa-bd3c-3d51d0cb9ee1], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:17.489Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:18.452Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[959]}
2022-11-16T10:01:18.453Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:18.454Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0d28a7fe50541c291957dc8b108d19a/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:18.455Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-11-16T10:01:18.455Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Attempting to create activity  VnfInPlaceSoftwareUpdate
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-16T10:01:18.484Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-16T10:01:18.485Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[31d3e360-55c4-42d2-b1ee-be0967c8c30b], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:18.486Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}

2022-11-16T10:01:19.163Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Wed, 16 Nov 2022 10:01:18 GMT], server=[envoy], x-envoy-upstream-service-time=[675], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-16T10:01:19.164Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ec85039bd5ea426bb3f58934da791663","versionId":"fa71d5d7df414f1ba76c65c80158157b"}

2022-11-16T10:01:19.165Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-16T10:01:19.167Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-11-16T10:01:19.197Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions|INFO|500||Invoke
2022-11-16T10:01:19.197Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions with request headers:{X-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f31b1e0e-4a8f-4999-af8d-1c6719254978], X-ECOMP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-TransactionID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], X-ONAP-RequestID=[212838c3-b2e2-4bd9-af54-c316dcb35e51], Content-Type=[application/json]}
2022-11-16T10:01:19.198Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-16T10:01:19.697Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 10:01:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[496]}
2022-11-16T10:01:19.701Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-16T10:01:19.702Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec85039bd5ea426bb3f58934da791663/versions/latest/actions|INFO|500||InvokeReturn
2022-11-16T10:01:19.703Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-11-16T10:01:23.681Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-16T10:01:26.640Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||WARN|500||---
2022-11-16T10:01:26.640Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-16T10:01:26.641Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||WARN|500||---
2022-11-16T10:01:27.196Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-16T10:01:32.616Z|212838c3-b2e2-4bd9-af54-c316dcb35e51|main|||||INFO|500||Started Application in 85.471 seconds (JVM running for 89.318)
2022-11-16T10:01:32.675Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-16T10:01:32.690Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-16T10:01:32.728Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-16T10:01:32.793Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-16T10:01:32.848Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 880cfd16-eabf-4f96-b802-5ce96251cbf8 url= /sdc/v1/artifactTypes
2022-11-16T10:01:32.849Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-16T10:01:33.117Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-16T10:01:33.120Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c2216e5
2022-11-16T10:01:33.120Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-16T10:01:33.147Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-16T10:01:33.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-16T10:01:33.157Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$afc787f0.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-11-16T10:02:22.603Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-16T10:02:22.603Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-16T10:02:22.604Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-16T10:02:22.607Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-16T10:02:22.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b07389fe-6df8-43e5-ab42-512e8c4c052f url= /sdc/v1/artifactTypes
2022-11-16T10:02:22.614Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-16T10:02:22.631Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-16T10:02:22.631Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c7434b1
2022-11-16T10:02:22.632Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-16T10:02:22.632Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-16T10:02:22.633Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-16T10:02:22.633Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$afc787f0.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-11-16T10:03:12.604Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-16T10:03:12.606Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-16T10:03:12.607Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-16T10:03:12.612Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-16T10:03:12.621Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34b34a29-da14-40ae-832b-3e5a68323374 url= /sdc/v1/artifactTypes
2022-11-16T10:03:12.622Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-16T10:03:12.722Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-16T10:03:12.737Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-16T10:03:12.782Z||scheduling-1|||||DEBUG|500||create keys
2022-11-16T10:03:12.791Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-16T10:03:12.890Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:03:12.911Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4dc5dbdd-6a7a-472a-ba63-e081f37bef14 url= /sdc/v1/registerForDistribution
2022-11-16T10:03:13.041Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4dc5dbdd-6a7a-472a-ba63-e081f37bef14 url= /sdc/v1/registerForDistribution
2022-11-16T10:03:13.042Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-16T10:03:13.054Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:03:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:03:13.064Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-16T10:03:13.067Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:03:13.067Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:03:13.068Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:03:13.068Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:03:23.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:03:23.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:04:13.052Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:04:13.053Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:04:13.053Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:04:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:04:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:04:13.056Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:04:22.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:04:22.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:05:13.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:05:13.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:05:13.053Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:05:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:05:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:05:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:05:22.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:05:22.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:06:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:06:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:06:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:06:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:06:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:06:13.056Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:06:22.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:06:22.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:07:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:07:13.054Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:07:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:07:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:07:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:07:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:07:22.636Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:07:22.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:08:13.053Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:08:13.054Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:08:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:08:13.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:08:13.056Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:08:13.056Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:08:22.609Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:08:22.609Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:09:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:09:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:09:13.056Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:09:13.056Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:09:13.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:09:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:09:22.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:09:22.653Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:10:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:10:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:10:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:10:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:10:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:10:13.056Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:10:22.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:10:22.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:10:59.592Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-16T10:11:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:11:13.054Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:11:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:11:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:11:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:11:13.056Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:11:22.606Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:11:22.609Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:12:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:12:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:12:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:12:13.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:12:13.057Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:12:13.057Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:12:22.609Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:12:22.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:13:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:13:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:13:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:13:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:13:13.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:13:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:13:22.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:13:22.609Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:14:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:14:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:14:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:14:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:14:13.056Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:14:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:14:22.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:14:22.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:15:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:15:13.054Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:15:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:15:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:15:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:15:13.056Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:15:22.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:15:22.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:16:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:16:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:16:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:16:13.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:16:13.057Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:16:13.058Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:16:22.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:16:22.624Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:17:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:17:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:17:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:17:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:17:13.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:17:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:17:22.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:17:22.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:18:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:18:13.052Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:18:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:18:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:18:13.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:18:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:18:22.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:18:22.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:19:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:19:13.054Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:19:13.054Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:19:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:19:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:19:13.057Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:19:22.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:19:22.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:20:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:20:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:20:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:20:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:20:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:20:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:20:22.626Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:20:22.626Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:21:13.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:21:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:21:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:21:13.058Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:21:13.057Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:21:13.058Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:21:22.615Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:21:22.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:22:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:22:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:22:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:22:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:22:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:22:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:22:22.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:22:22.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:23:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:23:13.054Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:23:13.054Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:23:13.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:23:13.056Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:23:13.056Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:23:22.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:23:22.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:24:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:24:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:24:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:24:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:24:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:24:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:24:22.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:24:22.613Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:25:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:25:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:25:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:25:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:25:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:25:13.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:25:22.600Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:25:22.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:26:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:26:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:26:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:26:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:26:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:26:13.056Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:26:22.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:26:22.647Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:27:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:27:13.055Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:27:13.055Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:27:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:27:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:27:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:27:22.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:27:22.637Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:28:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:28:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:28:13.054Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:28:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:28:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:28:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:28:22.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:28:22.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:29:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:29:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:29:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:29:13.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:29:13.056Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:29:13.057Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:29:22.621Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:29:22.655Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:30:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:30:13.052Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:30:13.052Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:30:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:30:13.056Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:30:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:30:22.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:30:22.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:31:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:31:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:31:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:31:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:31:13.057Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:31:13.057Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:31:22.614Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:31:22.614Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:32:13.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:32:13.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:32:13.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:32:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:32:13.057Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:32:13.057Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:32:22.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:32:22.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:33:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:33:13.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:33:13.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:33:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:33:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:33:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:33:22.609Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:33:22.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:34:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:34:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:34:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:34:13.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:34:13.057Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:34:13.057Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:34:22.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:34:22.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:35:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:35:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:35:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:35:13.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:35:13.056Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:35:13.057Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:35:22.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:35:22.661Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:36:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:36:13.052Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:36:13.052Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:36:13.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:36:13.056Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:36:13.056Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:36:22.612Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:36:22.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:37:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:37:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:37:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:37:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:37:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:37:13.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:37:22.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:37:22.613Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:38:13.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:38:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:38:13.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:38:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:38:13.058Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:38:13.058Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:38:22.616Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:38:22.633Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:39:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:39:13.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:39:13.054Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:39:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:39:13.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:39:13.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:39:22.603Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:39:22.613Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:40:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:40:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:40:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:40:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:40:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:40:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:40:22.620Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:40:22.623Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:41:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:41:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:41:13.054Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:41:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:41:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:41:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:41:22.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:41:22.606Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:42:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:42:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:42:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:42:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:42:13.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:42:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:42:22.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:42:22.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:43:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:43:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:43:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:43:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:43:13.058Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:43:13.058Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:43:22.611Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:43:22.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:44:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:44:13.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:44:13.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:44:13.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:44:13.056Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:44:13.057Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:44:22.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:44:22.657Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:45:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:45:13.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:45:13.057Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:45:13.057Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:45:13.058Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:45:13.058Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:45:22.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:45:22.647Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:46:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:46:13.054Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:46:13.055Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:46:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:46:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:46:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:46:22.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:46:22.607Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:47:13.052Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:47:13.053Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:47:13.053Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:47:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:47:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:47:13.057Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:47:22.608Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:47:22.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:48:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:48:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:48:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:48:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:48:13.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:48:13.058Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:48:22.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:48:22.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:49:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:49:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:49:13.054Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:49:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:49:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:49:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:49:22.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:49:22.654Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:50:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:50:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:50:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:50:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:50:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:50:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:50:22.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:50:22.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:51:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:51:13.055Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:51:13.055Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:51:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:51:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:51:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:51:22.620Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:51:22.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:52:13.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:52:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:52:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:52:13.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:52:13.056Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:52:13.057Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:52:22.613Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:52:22.613Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:53:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:53:13.052Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:53:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:53:13.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:53:13.058Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:53:13.058Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:53:22.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:53:22.600Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:54:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:54:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:54:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:54:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:54:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:54:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:54:22.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:54:22.599Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:55:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:55:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:55:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:55:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:55:13.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:55:13.057Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:55:22.642Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:55:22.657Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:56:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:56:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:56:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:56:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:56:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:56:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:56:22.623Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:56:22.640Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:57:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:57:13.056Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:57:13.056Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:57:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:57:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:57:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:57:22.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:57:22.640Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:58:13.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:58:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:58:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:58:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:58:13.056Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:58:13.056Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:58:22.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:58:22.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:59:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:59:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:59:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:59:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T10:59:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T10:59:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T10:59:22.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T10:59:22.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:13.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:00:13.053Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:00:13.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:00:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:00:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:13.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:13.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a526eb7d-dd4e-4683-a4ff-37978c3efe98","serviceName":"vFW 2022-11-16 10-58-31","serviceVersion":"1.0","serviceUUID":"569911c2-6bec-4f00-93bd-55060070839d","serviceDescription":"catalog service description","serviceInvariantUUID":"64233aa0-36b1-411e-a020-4d851179acdd","resources":[{"resourceInstanceName":"vFW f4e96ad2-155b 0","resourceName":"vFW f4e96ad2-155b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d641f918-6bd0-49dc-bc6e-918649b4d513","resourceInvariantUUID":"2bf50d64-67aa-4409-9823-48687584207a","resourceCustomizationUUID":"95335f66-69a2-4c0e-b795-293ba677ef23","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml","artifactChecksum":"NzJhOTkzNjNlNmM0NWQ5ZDc1OTgwYmRiZDY3ZjYyNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de506ce3-7954-40c2-bd20-8406fb58f8a8","artifactVersion":"1"},{"artifactName":"vfwf4e96ad2155b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json","artifactChecksum":"ZmIzNzJlMmNiMWE2YjAwZWYzOGE4M2U0NDQwMTVjYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e3a9570-c69f-46c7-b825-d7b9d6b9147b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4bcbdaff-2e14-4edb-b08f-eaa70499c712","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzYwMDcyY2M4ZjVhNTU4Y2E2ZDUzM2MzOTdmOTNjZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bbdac07e-34db-4582-b98c-8eaab05da307","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2fb38dd4-8d31-42f0-974e-3042a2c84e6b","artifactVersion":"2","generatedFromUUID":"4bcbdaff-2e14-4edb-b08f-eaa70499c712"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221116105831-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml","artifactChecksum":"MTViMmM1YzRkNmVlYjk1YzU4YmZkNWE3NjlmMjJjZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b11fe1f0-685e-48e7-a07e-ea4192a0b662","artifactVersion":"1"},{"artifactName":"service-Vfw20221116105831-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar","artifactChecksum":"OTZhMjZkZmIyNzgzMjI0OGE4MTc3ODYzMzE4ZDFiYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5418cd3-2142-4372-ab39-e34bb8596daf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:00:13.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:13.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596379426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.712Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:00:13.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:13.739Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:13.740Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596384284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596379426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596384284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596389764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596379426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596384284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596389764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596379426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596384284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596392314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596389764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596379426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596384284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596392314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596389764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596379426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596384284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596392314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596389764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596379426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596384284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596395194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596392314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596389764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596394677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:13.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "cds",
  "timestamp": 1668596394698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:13.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596395194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596392314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596389764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596395194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596392314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596397795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596395194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596392314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596395194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596400116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596395194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596401160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:13.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596395194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:00:13.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:00:13.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "policy-id",
  "timestamp": 1668596402166,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:00:13.840Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-16T11:00:13.849Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:13.849Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:00:13.896Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:13.897Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:00:13.910Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a526eb7d-dd4e-4683-a4ff-37978c3efe98
2022-11-16T11:00:13.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a526eb7d-dd4e-4683-a4ff-37978c3efe98 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:00:13.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596400274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:13.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596403053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:13.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596401280,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:00:13.979Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a526eb7d-dd4e-4683-a4ff-37978c3efe98
2022-11-16T11:00:13.980Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a526eb7d-dd4e-4683-a4ff-37978c3efe98 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:00:13.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596404272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:13.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596405459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:13.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:13.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:13.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596406589,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:00:14.003Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a526eb7d-dd4e-4683-a4ff-37978c3efe98
2022-11-16T11:00:14.003Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a526eb7d-dd4e-4683-a4ff-37978c3efe98 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-16T11:00:14.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:14.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596407594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:14.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:14.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:14.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596412183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:14.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:00:14.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:00:14.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "aai-ml",
  "timestamp": 1668596413190,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:00:14.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a526eb7d-dd4e-4683-a4ff-37978c3efe98
2022-11-16T11:00:14.030Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a526eb7d-dd4e-4683-a4ff-37978c3efe98 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:00:14.750Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:00:14.750Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:14.753Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:14.753Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:00:14.853Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:14.855Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:14.855Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:14.878Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:14.879Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:00:15.754Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:00:15.755Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:15.757Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:15.757Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:00:15.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:15.859Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:15.859Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:15.875Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:15.875Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:16.758Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:00:16.759Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:16.761Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:16.761Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:16.862Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:16.863Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:16.863Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:16.876Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:16.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:17.762Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:00:17.763Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:17.766Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:17.766Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-16T11:00:17.866Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:17.867Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:17.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:17.882Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:17.883Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:00:18.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:00:18.768Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:18.770Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:18.770Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:00:18.870Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:00:18.871Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:18.872Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:18.886Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:18.887Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:19.771Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:00:19.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:19.775Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:19.776Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:00:19.876Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:19.878Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:19.878Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:19.896Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:19.897Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:20.778Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "serviceName": "vFW 2022-11-16 10-58-31",
  "serviceVersion": "1.0",
  "serviceUUID": "569911c2-6bec-4f00-93bd-55060070839d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "64233aa0-36b1-411e-a020-4d851179acdd",
  "resources": [
    {
      "resourceInstanceName": "vFW f4e96ad2-155b 0",
      "resourceCustomizationUUID": "95335f66-69a2-4c0e-b795-293ba677ef23",
      "resourceName": "vFW f4e96ad2-155b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d641f918-6bd0-49dc-bc6e-918649b4d513",
      "resourceInvariantUUID": "2bf50d64-67aa-4409-9823-48687584207a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf4e96ad2155b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
          "artifactChecksum": "ZmIzNzJlMmNiMWE2YjAwZWYzOGE4M2U0NDQwMTVjYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8e3a9570-c69f-46c7-b825-d7b9d6b9147b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4bcbdaff-2e14-4edb-b08f-eaa70499c712",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2fb38dd4-8d31-42f0-974e-3042a2c84e6b",
            "generatedFromUUID": "4bcbdaff-2e14-4edb-b08f-eaa70499c712"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2fb38dd4-8d31-42f0-974e-3042a2c84e6b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221116105831-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
      "artifactChecksum": "OTZhMjZkZmIyNzgzMjI0OGE4MTc3ODYzMzE4ZDFiYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5418cd3-2142-4372-ab39-e34bb8596daf"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:00:20.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:00:20.780Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 569911c2-6bec-4f00-93bd-55060070839d ASDC
2022-11-16T11:00:20.919Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a526eb7d-dd4e-4683-a4ff-37978c3efe98
ServiceName:vFW 2022-11-16 10-58-31
ServiceVersion:1.0
ServiceUUID:569911c2-6bec-4f00-93bd-55060070839d
ServiceInvariantUUID:64233aa0-36b1-411e-a020-4d851179acdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221116105831-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar
ArtifactUUID:c5418cd3-2142-4372-ab39-e34bb8596daf
ArtifactChecksum:OTZhMjZkZmIyNzgzMjI0OGE4MTc3ODYzMzE4ZDFiYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f4e96ad2-155b 0
ResourceCustomizationUUID:95335f66-69a2-4c0e-b795-293ba677ef23
ResourceInvariantUUID:2bf50d64-67aa-4409-9823-48687584207a
ResourceName:vFW f4e96ad2-155b
ResourceType:VF
ResourceUUID:d641f918-6bd0-49dc-bc6e-918649b4d513
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf4e96ad2155b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json
ArtifactUUID:8e3a9570-c69f-46c7-b825-d7b9d6b9147b
ArtifactChecksum:ZmIzNzJlMmNiMWE2YjAwZWYzOGE4M2U0NDQwMTVjYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml
ArtifactUUID:4bcbdaff-2e14-4edb-b08f-eaa70499c712
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env
ArtifactUUID:2fb38dd4-8d31-42f0-974e-3042a2c84e6b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env
ArtifactUUID:2fb38dd4-8d31-42f0-974e-3042a2c84e6b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-16T11:00:20.920Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 569911c2-6bec-4f00-93bd-55060070839d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:00:20.972Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:00:20.973Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:00:20.974Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:00:20.975Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c5418cd3-2142-4372-ab39-e34bb8596daf from URL: /sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:20.975Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:00:20.977Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:21.045Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:00:21.059Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar c5418cd3-2142-4372-ab39-e34bb8596daf 100686
2022-11-16T11:00:21.060Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar ASDC sendASDCNotification
2022-11-16T11:00:21.061Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:21.062Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:00:21.064Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:21.067Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:21.067Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596421059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:21.168Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:00:21.169Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:21.169Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:21.201Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:21.201Z||pool-10-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:00:22.068Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:00:22.069Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:00:22.070Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c5418cd3-2142-4372-ab39-e34bb8596daf, URL: /sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar to file: /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:22.071Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221116105831-csar.csar
2022-11-16T11:00:22.191Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:22.191Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:23.021Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10820414815325474363/Definitions/service-Vfw20221116105831-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-16T11:00:26.541Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:00:26.547Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:00:26.547Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.547Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-16T11:00:26.547Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.547Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f4e96ad2-155b 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.548Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.549Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:26.549Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:00:26.555Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.557Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:26.561Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:26.562Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:00:26.563Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:00:26.565Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.566Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:26.566Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:26.566Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:00:26.566Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:00:26.567Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.567Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:26.570Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.571Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is not matching search criteria
2022-11-16T11:00:26.571Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T11:00:26.571Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T11:00:26.571Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T11:00:26.572Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.572Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.572Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T11:00:26.572Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.572Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T11:00:26.573Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T11:00:26.573Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.573Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.573Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T11:00:26.573Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.574Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T11:00:26.574Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.574Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T11:00:26.574Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.575Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:00:26.576Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.576Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:26.576Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:26.577Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.577Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:26.577Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:26.578Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.578Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:26.578Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:26.578Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.578Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is not matching search criteria
2022-11-16T11:00:26.579Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T11:00:26.579Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T11:00:26.579Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-16T11:00:26.579Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T11:00:26.579Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T11:00:26.580Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.580Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.580Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T11:00:26.580Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.581Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T11:00:26.581Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.581Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7587f7c-fd33-4826-954c-904bc8214aa0
2022-11-16T11:00:26.581Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.582Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is not matching search criteria
2022-11-16T11:00:26.582Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T11:00:26.582Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T11:00:26.582Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T11:00:26.582Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.583Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.583Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T11:00:26.583Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.583Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-16T11:00:26.583Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T11:00:26.584Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.584Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T11:00:26.584Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.584Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29e653d8-8195-4e11-8d0c-b99cb6232f68
2022-11-16T11:00:26.585Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.585Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is not matching search criteria
2022-11-16T11:00:26.585Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T11:00:26.585Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T11:00:26.585Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T11:00:26.586Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.586Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.586Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T11:00:26.586Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.586Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T11:00:26.587Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T11:00:26.587Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:26.587Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:26.587Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-16T11:00:26.587Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=edb2df2e-ae3b-4a6d-b197-30169df4115d
2022-11-16T11:00:26.588Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.588Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:26.588Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.588Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:26.589Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.589Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:26.589Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:26.589Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:26.590Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-16 10-58-31
Description:catalog service description
Model UUID:569911c2-6bec-4f00-93bd-55060070839d
Model Version:NULL
Model InvariantUuid:64233aa0-36b1-411e-a020-4d851179acdd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f4e96ad2-155b
Model UUID:522c209b-9118-4919-9fe2-85dcdbbf602c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bf50d64-67aa-4409-9823-48687584207a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:95335f66-69a2-4c0e-b795-293ba677ef23
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e86ea1b5-5a07-493c-b7d3-86da10c3fe3d
ModelName:VfwF4e96ad2155b..base_vfw..module-0
ModelUuid:741f45f1-3d29-4edd-a438-f9a6cc2e76c0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7587f7c-fd33-4826-954c-904bc8214aa0
ModelInvariantUuid:09b4bebe-1f78-4e43-a60b-4d8fbb68f4f7
ModelName:vFW f4e96ad2-155b-nodes.vfwCvfc
ModelUuid:84f01ccd-7539-4d6c-b516-0889f7c35b4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f35f7385-9192-4160-9d48-5a8ea0e84ffa
ModelInvariantUuid:68d49caa-9fcb-481f-97d6-299cf55b3b0d
ModelName:VfwF4e96ad2155b.compute.nodes.heat.vfw
ModelUuid:ac8f6cbf-e841-45da-9cd4-380599abf9f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:29e653d8-8195-4e11-8d0c-b99cb6232f68
ModelInvariantUuid:e9756711-ce40-4846-a9b2-4343d14a2793
ModelName:vFW f4e96ad2-155b-nodes.vsnCvfc
ModelUuid:368e4090-307d-467f-a566-42ad290bf565
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d30c8d04-c81e-4321-9389-7d906cefe667
ModelInvariantUuid:94aeb5bb-dbc3-433b-944b-eecb6e05ba8b
ModelName:VfwF4e96ad2155b.compute.nodes.heat.vsn
ModelUuid:5bd7974b-0c78-4e90-a46d-aa0097410688
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:edb2df2e-ae3b-4a6d-b197-30169df4115d
ModelInvariantUuid:dec534a8-4cf2-4604-a9fe-f4cece7b3435
ModelName:vFW f4e96ad2-155b-nodes.vpgCvfc
ModelUuid:e991a4f3-512e-45f0-a11a-b24aa50c9156
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8c686051-0533-4120-a39f-59cdcbeda144
ModelInvariantUuid:c57ccf3b-e9fa-4787-9221-cd260b330e5a
ModelName:VfwF4e96ad2155b.compute.nodes.heat.vpg
ModelUuid:69c5fffb-e6bf-4340-9220-4e9624a2853d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:00:26.608Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d641f918-6bd0-49dc-bc6e-918649b4d513
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:00:26.676Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||vFW f4e96ad2-155b 0
2022-11-16T11:00:26.685Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d641f918-6bd0-49dc-bc6e-918649b4d513
2022-11-16T11:00:26.685Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8e3a9570-c69f-46c7-b825-d7b9d6b9147b from URL: /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json
2022-11-16T11:00:26.685Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:00:26.685Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json
2022-11-16T11:00:26.755Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:00:26.755Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json 8e3a9570-c69f-46c7-b825-d7b9d6b9147b 785
2022-11-16T11:00:26.755Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json ASDC sendASDCNotification
2022-11-16T11:00:26.756Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json
2022-11-16T11:00:26.756Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:00:26.756Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:26.759Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:26.759Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596426755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:26.859Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:26.860Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:26.860Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:26.879Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:26.880Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:27.761Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF4e96ad2155b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e86ea1b5-5a07-493c-b7d3-86da10c3fe3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "741f45f1-3d29-4edd-a438-f9a6cc2e76c0",
    "vfModuleModelCustomizationUUID": "b19ed97d-b8ea-4ccb-b7fa-849b84f0b787",
    "isBase": true,
    "artifacts": [
      "4bcbdaff-2e14-4edb-b08f-eaa70499c712",
      "2fb38dd4-8d31-42f0-974e-3042a2c84e6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:00:27.767Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF4e96ad2155b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:741f45f1-3d29-4edd-a438-f9a6cc2e76c0
VfModuleModelInvariantUUID:e86ea1b5-5a07-493c-b7d3-86da10c3fe3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bcbdaff-2e14-4edb-b08f-eaa70499c712
,
2fb38dd4-8d31-42f0-974e-3042a2c84e6b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:00:27.770Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF4e96ad2155b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e86ea1b5-5a07-493c-b7d3-86da10c3fe3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "741f45f1-3d29-4edd-a438-f9a6cc2e76c0",
    "vfModuleModelCustomizationUUID": "b19ed97d-b8ea-4ccb-b7fa-849b84f0b787",
    "isBase": true,
    "artifacts": [
      "4bcbdaff-2e14-4edb-b08f-eaa70499c712",
      "2fb38dd4-8d31-42f0-974e-3042a2c84e6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:00:27.770Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF4e96ad2155b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:741f45f1-3d29-4edd-a438-f9a6cc2e76c0
VfModuleModelInvariantUUID:e86ea1b5-5a07-493c-b7d3-86da10c3fe3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bcbdaff-2e14-4edb-b08f-eaa70499c712
,
2fb38dd4-8d31-42f0-974e-3042a2c84e6b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:00:27.770Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4bcbdaff-2e14-4edb-b08f-eaa70499c712 from URL: /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml
2022-11-16T11:00:27.771Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:00:27.771Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml
2022-11-16T11:00:27.847Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:00:27.848Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml 4bcbdaff-2e14-4edb-b08f-eaa70499c712 20368
2022-11-16T11:00:27.848Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-16T11:00:27.848Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml
2022-11-16T11:00:27.848Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:00:27.849Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:27.851Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:27.852Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596427848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:27.952Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:27.953Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:27.953Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:27.974Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:27.975Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:28.852Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2fb38dd4-8d31-42f0-974e-3042a2c84e6b from URL: /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env
2022-11-16T11:00:28.853Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:00:28.853Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env
2022-11-16T11:00:28.922Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:00:28.923Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env 2fb38dd4-8d31-42f0-974e-3042a2c84e6b 2098
2022-11-16T11:00:28.924Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-16T11:00:28.924Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env
2022-11-16T11:00:28.924Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:00:28.925Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:28.927Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:28.927Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596428924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:00:29.028Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:00:29.029Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:29.029Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:29.044Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:29.044Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:29.929Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 569911c2-6bec-4f00-93bd-55060070839d
2022-11-16T11:00:29.930Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f4e96ad2-155b 0 d641f918-6bd0-49dc-bc6e-918649b4d513 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:00:29.976Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21727a88, org.onap.sdc.toscaparser.api.parameters.Input@75856a40, org.onap.sdc.toscaparser.api.parameters.Input@48da7523, org.onap.sdc.toscaparser.api.parameters.Input@5a231a82, org.onap.sdc.toscaparser.api.parameters.Input@68378d74]
2022-11-16T11:00:29.980Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:29.981Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:29.981Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-16T11:00:29.982Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 95335f66-69a2-4c0e-b795-293ba677ef23
2022-11-16T11:00:29.982Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95335f66-69a2-4c0e-b795-293ba677ef23 matches Tosca VF Customization UUID: 95335f66-69a2-4c0e-b795-293ba677ef23
2022-11-16T11:00:29.982Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 95335f66-69a2-4c0e-b795-293ba677ef23  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-16T11:00:29.992Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:29.993Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:29.995Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 95335f66-69a2-4c0e-b795-293ba677ef23: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-16T11:00:29.995Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1422a9fb
2022-11-16T11:00:29.995Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:29.996Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:00:29.997Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b19ed97d-b8ea-4ccb-b7fa-849b84f0b787
2022-11-16T11:00:29.998Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b19ed97d-b8ea-4ccb-b7fa-849b84f0b787
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-16T11:00:30.008Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.008Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:30.009Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:30.010Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.010Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:30.011Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:30.011Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.012Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is not matching search criteria
2022-11-16T11:00:30.012Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T11:00:30.013Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T11:00:30.013Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-16T11:00:30.013Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T11:00:30.014Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T11:00:30.014Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.015Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:30.016Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T11:00:30.016Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:30.017Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T11:00:30.017Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.018Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7587f7c-fd33-4826-954c-904bc8214aa0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-16T11:00:30.031Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.032Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:30.032Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:30.032Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.033Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is not matching search criteria
2022-11-16T11:00:30.033Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T11:00:30.033Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T11:00:30.034Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T11:00:30.034Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:30.034Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.035Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T11:00:30.035Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.036Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-16T11:00:30.036Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T11:00:30.036Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:30.037Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T11:00:30.038Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.038Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29e653d8-8195-4e11-8d0c-b99cb6232f68
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-16T11:00:30.041Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.042Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:30.042Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:30.047Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.047Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is not matching search criteria
2022-11-16T11:00:30.048Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T11:00:30.048Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T11:00:30.049Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T11:00:30.049Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:30.050Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.050Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T11:00:30.051Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.051Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T11:00:30.052Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T11:00:30.052Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T11:00:30.053Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T11:00:30.053Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-16T11:00:30.054Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=edb2df2e-ae3b-4a6d-b197-30169df4115d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-16T11:00:30.057Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.058Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:30.058Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:00:30.058Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.059Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Node template vFW f4e96ad2-155b 0 is matching search criteria
2022-11-16T11:00:30.059Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4e96ad2-155b 0] matching following query criteria: sdcType=VF, customizationUUID=95335f66-69a2-4c0e-b795-293ba677ef23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:00:30.062Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.062Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:30.063Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 569911c2-6bec-4f00-93bd-55060070839d: vFW f4e96ad2-155b
2022-11-16T11:00:30.063Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.063Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:30.064Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.064Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:30.064Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.065Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:30.065Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.066Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:30.066Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:00:30.066Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-16 10-58-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:00:30.067Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-11-16 10-58-31 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:00:30.407Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f4e96ad2-155b d641f918-6bd0-49dc-bc6e-918649b4d513 1 ASDC deployResourceStructure
2022-11-16T11:00:30.408Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json ASDC sendASDCNotification
2022-11-16T11:00:30.408Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json
2022-11-16T11:00:30.408Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:00:30.408Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:30.411Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:30.411Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596430408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:30.511Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:30.512Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:30.512Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:30.529Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:30.529Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:00:31.412Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-16T11:00:31.413Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml
2022-11-16T11:00:31.413Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:00:31.413Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:31.416Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:31.416Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596431411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:31.516Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:00:31.518Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:31.518Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:31.534Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:31.534Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:32.417Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-16T11:00:32.418Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env
2022-11-16T11:00:32.418Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:00:32.418Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:32.420Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:32.420Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596432417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:32.521Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:32.522Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:32.522Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:32.538Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:32.539Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:33.421Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar ASDC sendASDCNotification
2022-11-16T11:00:33.422Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar
2022-11-16T11:00:33.422Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:00:33.423Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:00:33.424Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:00:33.425Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596433421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:00:33.525Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:00:33.526Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:00:33.526Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:00:33.541Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:00:33.542Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:00:34.426Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a526eb7d-dd4e-4683-a4ff-37978c3efe98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:00:34.451Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a526eb7d-dd4e-4683-a4ff-37978c3efe98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:00:34.456Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:00:34.456Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:00:34.456Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:00:34.457Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:00:34.457Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:00:34.457Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:00:34.457Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:00:34.457Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:00:34.457Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:00:34.466Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:01:04.466Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a526eb7d-dd4e-4683-a4ff-37978c3efe98 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:01:04.479Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a526eb7d-dd4e-4683-a4ff-37978c3efe98 and serviceModelVersionId: 569911c2-6bec-4f00-93bd-55060070839d
2022-11-16T11:01:04.480Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64233aa0-36b1-411e-a020-4d851179acdd
2022-11-16T11:01:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:01:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:01:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:13.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:13.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:01:13.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:01:13.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:01:20.332Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0
2022-11-16T11:01:20.450Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:01:20.530Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0|INFO|500||Invoke
2022-11-16T11:01:20.531Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a526eb7d-dd4e-4683-a4ff-37978c3efe98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6f48f89-df37-4464-aeaa-500a854d9cb0], X-ECOMP-RequestID=[a526eb7d-dd4e-4683-a4ff-37978c3efe98], X-TransactionId=[], X-ONAP-RequestID=[a526eb7d-dd4e-4683-a4ff-37978c3efe98], Content-Type=[application/merge-patch+json]}
2022-11-16T11:01:20.538Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:01:20.783Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:01:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[215], vertex-id=[164016], x-aai-txid=[2-aai-resources-221116-11:01:20:455-74359], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:01:20.783Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:01:20.784Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64233aa0-36b1-411e-a020-4d851179acdd/model-vers/model-ver/569911c2-6bec-4f00-93bd-55060070839d?depth=0|INFO|500||InvokeReturn
2022-11-16T11:01:20.815Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:01:20.815Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:01:20.822Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:01:20.823Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a526eb7d-dd4e-4683-a4ff-37978c3efe98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:01:20.824Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:01:20.824Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:20.826Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:20.827Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596480823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:01:20.927Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:20.929Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:20.929Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:20.949Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:20.949Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:01:21.844Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:01:21.845Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:01:21.846Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:22.474Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:22.476Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-16T11:01:22.476Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1","serviceName":"basic_onboard_XwYUUu","serviceVersion":"1.0","serviceUUID":"dafed281-3e12-4f95-941d-3cfe8d6256e7","serviceDescription":"service","serviceInvariantUUID":"3c1032a3-63c7-4386-8417-0772ca8130a2","resources":[{"resourceInstanceName":"basic_onboard_XwYUUu 0","resourceName":"basic_onboard_XwYUUu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1d8a2b4-164e-4242-aa50-d0da195dd2e2","resourceInvariantUUID":"7130a44a-dbdb-4ca1-a9b1-e6c856f3825c","resourceCustomizationUUID":"f7468dce-f60f-4df8-820f-d621e45b6c92","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml","artifactChecksum":"ZDJhN2JiMTE0OWQ1MWViMDRmMzVjOTI5YmQzZjU0ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e07cd86-1e87-4956-a208-a01951ca3ecc","artifactVersion":"1"},{"artifactName":"basic_onboard_xwyuuu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json","artifactChecksum":"ZTM0NDRlMjIwOWRmZmIxYWM0YmViNGVlZDYyMTI3OTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4d8ac11-cadb-4982-a9a6-27d520526b68","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2faf293-1e84-4ba8-a65e-0e316d92750d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93a4db92-9707-4773-9699-027e6c73b846","artifactVersion":"2","generatedFromUUID":"7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXwyuuu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml","artifactChecksum":"ZGI5NmI5NzY0YzA0ZDRhMGYyZTcyNDk3ZTY1N2VjMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"371136c2-d95f-4dc9-b0c0-36bdedf6e966","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXwyuuu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar","artifactChecksum":"OTQ5YmNmNDJjM2YxODA5MGQwMmNjZDZlNDIzZDBiN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1057bef-458a-449f-9fa9-e0114baf5361","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:01:22.479Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:01:22.480Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:22.482Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:22.482Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:01:22.582Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:22.583Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:22.583Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:22.598Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:22.599Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:23.483Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:01:23.484Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:23.486Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:23.486Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:01:23.586Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:23.587Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:23.587Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:23.616Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:23.617Z||pool-20-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:24.487Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:01:24.488Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:24.490Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:24.490Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:01:24.590Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:24.591Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:24.591Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:24.605Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:24.606Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:25.491Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:01:25.492Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:25.494Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:25.495Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:01:25.595Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:25.596Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:25.596Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:25.611Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:25.612Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:26.496Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:01:26.497Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:26.500Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:26.500Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-16T11:01:26.600Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:26.601Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:26.601Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:26.616Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:26.617Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:27.500Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:01:27.501Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:27.504Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:27.504Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:01:27.604Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:27.606Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:27.606Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:27.621Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:27.622Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:28.505Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:01:28.505Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:28.508Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:28.508Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:01:28.608Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:28.609Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:28.609Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:28.629Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:28.629Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:01:29.510Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "serviceName": "basic_onboard_XwYUUu",
  "serviceVersion": "1.0",
  "serviceUUID": "dafed281-3e12-4f95-941d-3cfe8d6256e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3c1032a3-63c7-4386-8417-0772ca8130a2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_XwYUUu 0",
      "resourceCustomizationUUID": "f7468dce-f60f-4df8-820f-d621e45b6c92",
      "resourceName": "basic_onboard_XwYUUu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1d8a2b4-164e-4242-aa50-d0da195dd2e2",
      "resourceInvariantUUID": "7130a44a-dbdb-4ca1-a9b1-e6c856f3825c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xwyuuu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
          "artifactChecksum": "ZTM0NDRlMjIwOWRmZmIxYWM0YmViNGVlZDYyMTI3OTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d4d8ac11-cadb-4982-a9a6-27d520526b68",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "93a4db92-9707-4773-9699-027e6c73b846",
            "generatedFromUUID": "7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "93a4db92-9707-4773-9699-027e6c73b846",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXwyuuu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
      "artifactChecksum": "OTQ5YmNmNDJjM2YxODA5MGQwMmNjZDZlNDIzZDBiN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c1057bef-458a-449f-9fa9-e0114baf5361"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:01:29.510Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:01:29.511Z|a526eb7d-dd4e-4683-a4ff-37978c3efe98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dafed281-3e12-4f95-941d-3cfe8d6256e7 ASDC
2022-11-16T11:01:29.511Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
ServiceName:basic_onboard_XwYUUu
ServiceVersion:1.0
ServiceUUID:dafed281-3e12-4f95-941d-3cfe8d6256e7
ServiceInvariantUUID:3c1032a3-63c7-4386-8417-0772ca8130a2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXwyuuu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar
ArtifactUUID:c1057bef-458a-449f-9fa9-e0114baf5361
ArtifactChecksum:OTQ5YmNmNDJjM2YxODA5MGQwMmNjZDZlNDIzZDBiN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XwYUUu 0
ResourceCustomizationUUID:f7468dce-f60f-4df8-820f-d621e45b6c92
ResourceInvariantUUID:7130a44a-dbdb-4ca1-a9b1-e6c856f3825c
ResourceName:basic_onboard_XwYUUu
ResourceType:VF
ResourceUUID:a1d8a2b4-164e-4242-aa50-d0da195dd2e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xwyuuu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json
ArtifactUUID:d4d8ac11-cadb-4982-a9a6-27d520526b68
ArtifactChecksum:ZTM0NDRlMjIwOWRmZmIxYWM0YmViNGVlZDYyMTI3OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env
ArtifactUUID:93a4db92-9707-4773-9699-027e6c73b846
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env
ArtifactUUID:93a4db92-9707-4773-9699-027e6c73b846
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-16T11:01:29.511Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dafed281-3e12-4f95-941d-3cfe8d6256e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:01:29.556Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:01:29.557Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:01:29.557Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:01:29.557Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1057bef-458a-449f-9fa9-e0114baf5361 from URL: /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:29.557Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:01:29.558Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:29.630Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:01:29.632Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar c1057bef-458a-449f-9fa9-e0114baf5361 75318
2022-11-16T11:01:29.632Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar ASDC sendASDCNotification
2022-11-16T11:01:29.633Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:29.633Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:01:29.633Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:29.636Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:29.636Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596489632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:01:29.736Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:29.737Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:29.737Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:29.749Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:29.749Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:30.636Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:01:30.638Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:01:30.638Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c1057bef-458a-449f-9fa9-e0114baf5361, URL: /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar to file: /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:30.639Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:30.639Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:30.640Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:30.763Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5471975384850245400/Definitions/service-BasicOnboardXwyuuu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-16T11:01:32.122Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:01:32.122Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:01:32.122Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XwYUUu 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:32.123Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:01:32.124Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.124Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:32.124Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:32.124Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:01:32.124Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:01:32.125Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.125Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:32.125Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:32.125Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:01:32.125Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:01:32.125Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.126Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:32.126Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.126Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is not matching search criteria
2022-11-16T11:01:32.126Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-16T11:01:32.126Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-16T11:01:32.126Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-16T11:01:32.127Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-16T11:01:32.127Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T11:01:32.127Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.127Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:01:32.127Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.127Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:32.127Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:01:32.128Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.128Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:32.128Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:01:32.128Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.128Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:32.129Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:01:32.129Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.129Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is not matching search criteria
2022-11-16T11:01:32.129Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-16T11:01:32.129Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-16T11:01:32.129Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b7c4187-7585-4d0b-a760-8ba0bd37c456
2022-11-16T11:01:32.130Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.130Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:32.130Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.130Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:32.130Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.130Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:32.131Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:32.131Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:32.131Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_XwYUUu
Description:service
Model UUID:dafed281-3e12-4f95-941d-3cfe8d6256e7
Model Version:NULL
Model InvariantUuid:3c1032a3-63c7-4386-8417-0772ca8130a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_XwYUUu
Model UUID:a341b9f9-09c5-4909-aa0c-a76e8c57688c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7130a44a-dbdb-4ca1-a9b1-e6c856f3825c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f7468dce-f60f-4df8-820f-d621e45b6c92
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b6d31d89-8c36-42cc-a25a-408194115e1e
ModelName:BasicOnboardXwyuuu..base_ubuntu18..module-0
ModelUuid:d9b6a193-36f2-43e9-bad7-348d9218f6f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b7c4187-7585-4d0b-a760-8ba0bd37c456
ModelInvariantUuid:fe741144-e808-49b5-8152-b4c4c36cfb26
ModelName:basic_onboard_XwYUUu-nodes.ubuntu18Cvfc
ModelUuid:9f889553-ec59-41a3-80cb-af54a487aaaf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:18c588d2-12ea-4eb1-9de3-691e7932e1d7
ModelInvariantUuid:a4e621eb-cd74-4a7d-9208-25e02f1b0a61
ModelName:BasicOnboardXwyuuu.compute.nodes.heat.ubuntu18
ModelUuid:df8a90f2-e3b2-48bf-9760-c968948d67cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:01:32.144Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a1d8a2b4-164e-4242-aa50-d0da195dd2e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:01:32.148Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||basic_onboard_XwYUUu 0
2022-11-16T11:01:32.148Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1d8a2b4-164e-4242-aa50-d0da195dd2e2
2022-11-16T11:01:32.148Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d4d8ac11-cadb-4982-a9a6-27d520526b68 from URL: /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json
2022-11-16T11:01:32.148Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:01:32.148Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json
2022-11-16T11:01:32.213Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:01:32.214Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json d4d8ac11-cadb-4982-a9a6-27d520526b68 798
2022-11-16T11:01:32.214Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json ASDC sendASDCNotification
2022-11-16T11:01:32.214Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json
2022-11-16T11:01:32.214Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:01:32.215Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:32.217Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:32.217Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596492214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:01:32.317Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:01:32.318Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:32.318Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:32.339Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:32.340Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:33.219Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXwyuuu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b6d31d89-8c36-42cc-a25a-408194115e1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9b6a193-36f2-43e9-bad7-348d9218f6f2",
    "vfModuleModelCustomizationUUID": "ca396f0d-2120-4fe4-bb76-81800f54e42e",
    "isBase": true,
    "artifacts": [
      "7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea",
      "93a4db92-9707-4773-9699-027e6c73b846"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:01:33.226Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXwyuuu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9b6a193-36f2-43e9-bad7-348d9218f6f2
VfModuleModelInvariantUUID:b6d31d89-8c36-42cc-a25a-408194115e1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea
,
93a4db92-9707-4773-9699-027e6c73b846

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:01:33.228Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXwyuuu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b6d31d89-8c36-42cc-a25a-408194115e1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9b6a193-36f2-43e9-bad7-348d9218f6f2",
    "vfModuleModelCustomizationUUID": "ca396f0d-2120-4fe4-bb76-81800f54e42e",
    "isBase": true,
    "artifacts": [
      "7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea",
      "93a4db92-9707-4773-9699-027e6c73b846"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:01:33.228Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXwyuuu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9b6a193-36f2-43e9-bad7-348d9218f6f2
VfModuleModelInvariantUUID:b6d31d89-8c36-42cc-a25a-408194115e1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea
,
93a4db92-9707-4773-9699-027e6c73b846

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:01:33.228Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea from URL: /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml
2022-11-16T11:01:33.228Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:01:33.229Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml
2022-11-16T11:01:33.285Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:01:33.286Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml 7cc2d5f9-017c-4b3e-a42b-3ce33bd53aea 5033
2022-11-16T11:01:33.286Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-16T11:01:33.286Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml
2022-11-16T11:01:33.287Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:01:33.287Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:33.290Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:33.290Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596493286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:01:33.390Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:33.392Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:33.392Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:33.412Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:33.413Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:01:34.291Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93a4db92-9707-4773-9699-027e6c73b846 from URL: /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env
2022-11-16T11:01:34.292Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:01:34.293Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env
2022-11-16T11:01:34.525Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:01:34.526Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env 93a4db92-9707-4773-9699-027e6c73b846 909
2022-11-16T11:01:34.526Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-16T11:01:34.526Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env
2022-11-16T11:01:34.527Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:01:34.527Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:34.530Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:34.530Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596494526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:01:34.630Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:34.631Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:34.631Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:34.656Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:34.657Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:35.531Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: dafed281-3e12-4f95-941d-3cfe8d6256e7
2022-11-16T11:01:35.532Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XwYUUu 0 a1d8a2b4-164e-4242-aa50-d0da195dd2e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:01:35.550Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47dea4f5, org.onap.sdc.toscaparser.api.parameters.Input@3a3bb866, org.onap.sdc.toscaparser.api.parameters.Input@70e0c8eb, org.onap.sdc.toscaparser.api.parameters.Input@22c2aba1, org.onap.sdc.toscaparser.api.parameters.Input@10094a00]
2022-11-16T11:01:35.552Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.552Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.552Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-16T11:01:35.553Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f7468dce-f60f-4df8-820f-d621e45b6c92
2022-11-16T11:01:35.553Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7468dce-f60f-4df8-820f-d621e45b6c92 matches Tosca VF Customization UUID: f7468dce-f60f-4df8-820f-d621e45b6c92
2022-11-16T11:01:35.554Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f7468dce-f60f-4df8-820f-d621e45b6c92  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-16T11:01:35.557Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.558Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.559Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f7468dce-f60f-4df8-820f-d621e45b6c92: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-16T11:01:35.559Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@366f2d4c
2022-11-16T11:01:35.560Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.560Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:01:35.560Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca396f0d-2120-4fe4-bb76-81800f54e42e
2022-11-16T11:01:35.561Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca396f0d-2120-4fe4-bb76-81800f54e42e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-16T11:01:35.566Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.566Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:35.567Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:01:35.567Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.568Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:35.568Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:01:35.569Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.569Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is not matching search criteria
2022-11-16T11:01:35.569Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-16T11:01:35.569Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-16T11:01:35.570Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b7c4187-7585-4d0b-a760-8ba0bd37c456
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-16T11:01:35.573Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.573Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:35.573Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:01:35.574Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.574Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XwYUUu 0 is matching search criteria
2022-11-16T11:01:35.575Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XwYUUu 0] matching following query criteria: sdcType=VF, customizationUUID=f7468dce-f60f-4df8-820f-d621e45b6c92
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:01:35.577Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.578Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.578Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid dafed281-3e12-4f95-941d-3cfe8d6256e7: basic_onboard_XwYUUu
2022-11-16T11:01:35.578Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.578Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.579Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.579Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.579Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.580Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.580Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.580Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.581Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:01:35.581Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XwYUUu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:01:35.581Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_XwYUUu 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:01:35.712Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XwYUUu a1d8a2b4-164e-4242-aa50-d0da195dd2e2 1 ASDC deployResourceStructure
2022-11-16T11:01:35.713Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json ASDC sendASDCNotification
2022-11-16T11:01:35.713Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json
2022-11-16T11:01:35.713Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:01:35.714Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:35.717Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:35.718Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:01:35.817Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:01:35.818Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:35.818Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:35.833Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:35.833Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:01:36.719Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-16T11:01:36.719Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml
2022-11-16T11:01:36.720Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:01:36.720Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:36.722Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:36.722Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596496719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:01:36.822Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:36.823Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:36.823Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:36.836Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:36.837Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:01:37.723Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-16T11:01:37.724Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env
2022-11-16T11:01:37.724Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:01:37.724Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:37.727Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:37.728Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596497723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:01:37.828Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:37.829Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:37.829Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:37.844Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:37.845Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:01:38.729Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar ASDC sendASDCNotification
2022-11-16T11:01:38.729Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar
2022-11-16T11:01:38.729Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:01:38.730Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:01:38.732Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:01:38.732Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596498729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:01:38.832Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:01:38.834Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:01:38.834Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:01:38.864Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:01:38.866Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:01:39.733Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:01:39.750Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:01:39.757Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:01:39.757Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:01:39.758Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:02:09.758Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:02:09.772Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:02:09.778Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:02:09.778Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:02:09.779Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:02:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:02:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:02:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:02:13.091Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:02:13.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596413051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596415194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596412314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596419767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596414284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596421059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596419767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596412314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596415194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596414284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596419767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596412314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596415194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596414284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596419767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596412314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596415194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596414284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596419767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596412314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596415194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596414284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596419767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596415194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596412314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596414284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596419767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596412314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596415194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596414284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596426755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596428824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "cds",
  "timestamp": 1668596426844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596427881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596428826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596427848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596429831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596429914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596428924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "policy-id",
  "timestamp": 1668596430834,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:02:13.124Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
2022-11-16T11:02:13.124Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:02:13.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596430995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596430408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/vfwf4e96ad2155b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596432090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:02:13.143Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
2022-11-16T11:02:13.143Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-16T11:02:13.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596431411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668596433095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596432417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/resourceInstances/vfwf4e96ad2155b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596433421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221116105831/1.0/artifacts/service-Vfw20221116105831-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596434494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "aai-ml",
  "timestamp": 1668596435498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:02:13.160Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
2022-11-16T11:02:13.160Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:02:13.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596439426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596439426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596439426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596439426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596439426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596439426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596439426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596447167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:02:13.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596449428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:02:13.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:02:13.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:02:13.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668596450432,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:02:13.184Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
2022-11-16T11:02:13.184Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:02:39.779Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:02:39.801Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:02:39.805Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:02:39.805Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:02:39.805Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:02:39.806Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:02:39.806Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:02:39.806Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:02:39.810Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:02:39.810Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:02:39.810Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:02:39.820Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:03:09.820Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:03:09.842Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1 and serviceModelVersionId: dafed281-3e12-4f95-941d-3cfe8d6256e7
2022-11-16T11:03:09.842Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c1032a3-63c7-4386-8417-0772ca8130a2
2022-11-16T11:03:09.846Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0
2022-11-16T11:03:09.860Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:03:09.924Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0|INFO|500||Invoke
2022-11-16T11:03:09.926Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d54555c-db04-4f8e-9f28-37b2e8db7ad6], X-ECOMP-RequestID=[af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1], X-TransactionId=[], X-ONAP-RequestID=[af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1], Content-Type=[application/merge-patch+json]}
2022-11-16T11:03:09.934Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:03:10.056Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:03:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[117], vertex-id=[225520], x-aai-txid=[1-aai-resources-221116-11:03:09:850-45163], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:03:10.057Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:03:10.058Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c1032a3-63c7-4386-8417-0772ca8130a2/model-vers/model-ver/dafed281-3e12-4f95-941d-3cfe8d6256e7?depth=0|INFO|500||InvokeReturn
2022-11-16T11:03:10.058Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:03:10.058Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:03:10.068Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:03:10.069Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:03:10.069Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:03:10.075Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:03:10.083Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:03:10.083Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596590069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:03:10.183Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:03:10.185Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:03:10.186Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:03:10.231Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:03:10.232Z||pool-34-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:03:11.110Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:03:11.111Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:03:11.111Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:03:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:03:13.057Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:03:13.057Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:03:13.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:03:13.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a526eb7d-dd4e-4683-a4ff-37978c3efe98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596480823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:03:13.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:03:13.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:03:13.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:03:13.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:03:13.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:03:13.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:03:13.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:03:13.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596481844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596489632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596492214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596493286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596494526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/basic_onboard_xwyuuu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596496719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:03:13.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596497723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/resourceInstances/basic_onboard_xwyuuu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:03:13.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:13.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:03:13.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596498729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXwyuuu/1.0/artifacts/service-BasicOnboardXwyuuu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:03:13.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:03:20.676Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:03:20.677Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:03:20.678Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:03:20.678Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:03:30.233Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:04:13.051Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:04:13.053Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:04:13.053Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:04:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:04:13.057Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:04:13.057Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:04:13.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:04:13.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T11:04:13.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668596590069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:04:13.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:04:22.603Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:05:13.052Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:05:13.054Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:05:13.054Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:05:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:05:13.057Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:05:13.057Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:05:22.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:05:22.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:06:13.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:06:13.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:06:13.053Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:06:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:06:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:06:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:06:22.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:06:22.616Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:07:13.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:07:13.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:07:13.053Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:07:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:07:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:07:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:07:22.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:07:22.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:08:13.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:08:13.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:08:13.053Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:08:13.062Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:08:13.064Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:08:13.064Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:08:22.610Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:08:22.610Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:09:13.052Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:09:13.055Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:09:13.055Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:09:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:09:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:09:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:09:22.605Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:09:22.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:10:13.051Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:10:13.052Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:10:13.053Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:10:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:10:13.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:10:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:10:22.617Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:10:22.619Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:11:13.051Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:11:13.052Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:11:13.053Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:11:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:11:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:11:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:11:22.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:11:22.614Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:12:13.051Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:12:13.052Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:12:13.053Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:12:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:12:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:12:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:12:22.603Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:12:22.603Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:13:13.051Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:13:13.052Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:13:13.052Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:13:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:13:13.057Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:13:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:13:22.600Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:13:22.607Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:14:13.052Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:14:13.055Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:14:13.055Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:14:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:14:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:14:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:14:13.692Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:14:13.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:14:13.695Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.695Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6b62eea-9299-4178-ac1a-a7863a8a0419","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a102734e-b74d-425e-af42-efe5fe3e9d5f","serviceDescription":"service","serviceInvariantUUID":"2da39585-caa7-4e99-9ae7-e97e3f31446b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"793288f1-90a7-4182-8dfa-b559a7a47319","resourceInvariantUUID":"43697758-d2b9-49db-a596-79819a61feb8","resourceCustomizationUUID":"fb02c155-34ac-4c18-944b-b44fb0914e29","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"M2ExNGIwN2RmOTBjNzc0ODZmMmU2NmNjMGU0YzgwYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfc918a7-3376-46f3-a61b-6f79fd9b6aaa","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzUxNTA4YmFhNDA5OWU4NjdhOGFkYzRiMGQ3NDBjMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6868cb37-295b-482d-855e-af646543f8c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:14:13.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "policy-id",
  "timestamp": 1668597232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:14:13.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "aai-ml",
  "timestamp": 1668597229766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:14:13.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597235194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:14:13.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "aai-ml",
  "timestamp": 1668597229766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:14:13.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "policy-id",
  "timestamp": 1668597232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:14:13.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597235194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:14:13.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "policy-id",
  "timestamp": 1668597241086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:14:13.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:14:13.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "aai-ml",
  "timestamp": 1668597240130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:14:13.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:14:13.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "cds",
  "timestamp": 1668597239284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:14:13.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "policy-id",
  "timestamp": 1668597242091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:14:13.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:14:13.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "cds",
  "timestamp": 1668597239284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:14:13.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "policy-id",
  "timestamp": 1668597243094,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-11-16T11:14:13.705Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:14:13.705Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:14:13.711Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:14:13.711Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597253052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:14:13.746Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6b62eea-9299-4178-ac1a-a7863a8a0419
2022-11-16T11:14:13.746Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6b62eea-9299-4178-ac1a-a7863a8a0419 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:14:13.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "cds",
  "timestamp": 1668597242186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:14:13.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:14:13.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "aai-ml",
  "timestamp": 1668597244445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:14:13.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:14:13.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "aai-ml",
  "timestamp": 1668597245452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:14:13.770Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6b62eea-9299-4178-ac1a-a7863a8a0419
2022-11-16T11:14:13.770Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6b62eea-9299-4178-ac1a-a7863a8a0419 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:14:13.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597249426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:14:13.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597249426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:14:13.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:14:13.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:14:13.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597252161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:14:13.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:14:13.811Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:14:13.813Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:14:13.813Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:14:13.854Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:14:13.855Z||pool-35-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:14:14.713Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:14:14.714Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:14:14.718Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:14:14.718Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597253052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:14:14.817Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:14:14.819Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:14:14.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:14:14.835Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:14:14.836Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:14:15.719Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a102734e-b74d-425e-af42-efe5fe3e9d5f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2da39585-caa7-4e99-9ae7-e97e3f31446b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fb02c155-34ac-4c18-944b-b44fb0914e29",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "793288f1-90a7-4182-8dfa-b559a7a47319",
      "resourceInvariantUUID": "43697758-d2b9-49db-a596-79819a61feb8",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "NzUxNTA4YmFhNDA5OWU4NjdhOGFkYzRiMGQ3NDBjMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6868cb37-295b-482d-855e-af646543f8c1"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:14:15.719Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:14:15.720Z|af470b8d-ddf4-4fa7-8e5d-e72fdc4ffbc1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a102734e-b74d-425e-af42-efe5fe3e9d5f ASDC
2022-11-16T11:14:15.721Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f6b62eea-9299-4178-ac1a-a7863a8a0419
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a102734e-b74d-425e-af42-efe5fe3e9d5f
ServiceInvariantUUID:2da39585-caa7-4e99-9ae7-e97e3f31446b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:6868cb37-295b-482d-855e-af646543f8c1
ArtifactChecksum:NzUxNTA4YmFhNDA5OWU4NjdhOGFkYzRiMGQ3NDBjMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fb02c155-34ac-4c18-944b-b44fb0914e29
ResourceInvariantUUID:43697758-d2b9-49db-a596-79819a61feb8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:793288f1-90a7-4182-8dfa-b559a7a47319
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-16T11:14:15.721Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a102734e-b74d-425e-af42-efe5fe3e9d5f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:14:15.752Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:14:15.754Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:14:15.754Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:14:15.755Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6868cb37-295b-482d-855e-af646543f8c1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T11:14:15.755Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:14:15.755Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T11:14:15.893Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:14:15.895Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6868cb37-295b-482d-855e-af646543f8c1 57661
2022-11-16T11:14:15.895Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-16T11:14:15.895Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T11:14:15.895Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:14:15.896Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:14:15.899Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:14:15.899Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597255895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:14:16.000Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:14:16.001Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:14:16.001Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:14:16.019Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:14:16.020Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:14:16.900Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:14:16.903Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:14:16.904Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6868cb37-295b-482d-855e-af646543f8c1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:16.904Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-16T11:14:16.905Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:16.905Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.091Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17194233134648350857/Definitions/service-BasicNetwork-template.yml
2022-11-16T11:14:17.786Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:14:17.787Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.788Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.789Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.789Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:14:17.789Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.789Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.789Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-16T11:14:17.790Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:14:17.790Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:14:17.790Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.790Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.790Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-16T11:14:17.790Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:14:17.790Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:14:17.791Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.791Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.791Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.791Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.791Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.792Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.792Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.792Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.792Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.792Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.793Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a102734e-b74d-425e-af42-efe5fe3e9d5f
Model Version:NULL
Model InvariantUuid:2da39585-caa7-4e99-9ae7-e97e3f31446b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:43697758-d2b9-49db-a596-79819a61feb8
Model UUID:d96ae887-e21d-4e43-8eb2-ae2372516b1a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fb02c155-34ac-4c18-944b-b44fb0914e29
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:14:17.801Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 793288f1-90a7-4182-8dfa-b559a7a47319
2022-11-16T11:14:17.802Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||No resources found for Service: a102734e-b74d-425e-af42-efe5fe3e9d5f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:14:17.808Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||
2022-11-16T11:14:17.809Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-16T11:14:17.810Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a102734e-b74d-425e-af42-efe5fe3e9d5f
2022-11-16T11:14:17.810Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a102734e-b74d-425e-af42-efe5fe3e9d5f
2022-11-16T11:14:17.810Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-16T11:14:17.810Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:14:17.819Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66be1648, org.onap.sdc.toscaparser.api.parameters.Input@6e59b7a8, org.onap.sdc.toscaparser.api.parameters.Input@307adc5e, org.onap.sdc.toscaparser.api.parameters.Input@f829457, org.onap.sdc.toscaparser.api.parameters.Input@1998dfb9]
2022-11-16T11:14:17.821Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.821Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.822Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.822Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.822Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a102734e-b74d-425e-af42-efe5fe3e9d5f: Generic NeutronNet
2022-11-16T11:14:17.823Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.823Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.823Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.824Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-16T11:14:17.862Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.863Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.863Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.864Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.864Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:14:17.864Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:14:17.864Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-16T11:14:17.935Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-16T11:14:17.936Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-16T11:14:17.936Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T11:14:17.936Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:14:17.936Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:14:17.938Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:14:17.939Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597257935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:14:18.039Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:14:18.040Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:14:18.040Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:14:18.054Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:14:18.055Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:14:18.940Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:14:18.956Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:14:18.959Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:14:18.960Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:14:18.960Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:14:18.960Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:14:48.961Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:14:48.979Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:14:48.982Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:14:48.983Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:14:48.983Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:14:48.983Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:15:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:15:13.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:15:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:15:13.189Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:15:13.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T11:15:13.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597253052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:15:13.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:15:18.983Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:15:18.999Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:15:19.004Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:15:19.004Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:15:19.004Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:15:19.005Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:15:49.005Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:15:49.035Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:15:49.049Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:15:49.050Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:15:49.051Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:15:49.051Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:16:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:16:13.057Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:16:13.057Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:13.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:13.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597253820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:16:13.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:16:13.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597253052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:16:13.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597254824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:16:13.102Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6b62eea-9299-4178-ac1a-a7863a8a0419
2022-11-16T11:16:13.102Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6b62eea-9299-4178-ac1a-a7863a8a0419 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:16:13.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597255895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:16:13.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:16:13.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597257935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:16:13.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:16:13.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597295194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597299284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "cds",
  "timestamp": 1668597309308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:13.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:16:13.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:13.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:16:19.051Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:16:19.064Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:16:19.067Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:16:19.068Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:16:19.074Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:16:49.075Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6b62eea-9299-4178-ac1a-a7863a8a0419 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:16:49.082Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6b62eea-9299-4178-ac1a-a7863a8a0419 and serviceModelVersionId: a102734e-b74d-425e-af42-efe5fe3e9d5f
2022-11-16T11:16:49.083Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2da39585-caa7-4e99-9ae7-e97e3f31446b
2022-11-16T11:16:49.084Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0
2022-11-16T11:16:49.089Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:16:49.129Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0|INFO|500||Invoke
2022-11-16T11:16:49.129Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6b62eea-9299-4178-ac1a-a7863a8a0419], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8e2d4c5-5846-41c6-83e9-3a5bf1c94095], X-ECOMP-RequestID=[f6b62eea-9299-4178-ac1a-a7863a8a0419], X-TransactionId=[], X-ONAP-RequestID=[f6b62eea-9299-4178-ac1a-a7863a8a0419], Content-Type=[application/merge-patch+json]}
2022-11-16T11:16:49.135Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:16:49.248Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:16:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[109], vertex-id=[245928], x-aai-txid=[1-aai-resources-221116-11:16:49:045-9235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:16:49.248Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:16:49.249Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2da39585-caa7-4e99-9ae7-e97e3f31446b/model-vers/model-ver/a102734e-b74d-425e-af42-efe5fe3e9d5f?depth=0|INFO|500||InvokeReturn
2022-11-16T11:16:49.249Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:16:49.249Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:16:49.255Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:16:49.256Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6b62eea-9299-4178-ac1a-a7863a8a0419 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:16:49.256Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:16:49.257Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:16:49.259Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:16:49.259Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597409256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:16:49.359Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:16:49.361Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:16:49.361Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:49.383Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:49.384Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:16:50.277Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:16:50.278Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:16:50.279Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:54.733Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:54.734Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-16T11:16:54.734Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bfef213-510d-41d9-8236-239d4aefafd8","serviceName":"Demo_pNF_4izJcq2YPdghSFtVFP7E","serviceVersion":"1.0","serviceUUID":"3cb4ae64-bf03-4af6-97e3-009506f4423c","serviceDescription":"catalog service description","serviceInvariantUUID":"e8d09591-7637-4669-a9a3-edca3d74f24a","resources":[{"resourceInstanceName":"pNF 0eb7e32f-d294 0","resourceName":"pNF 0eb7e32f-d294","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"54379f6b-4fff-4adc-9741-644020052078","resourceInvariantUUID":"a8eefc6a-ab39-4ab1-8794-b3dbb99c3007","resourceCustomizationUUID":"b5b72ae4-653e-47bc-8797-ad7d01720420","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml","artifactChecksum":"ZDdmMGFlZTQwZmYwNjc3ZWQ2NTI4YzNlMjg5MGQwNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c101113-aef6-40d8-9dc8-0b956f1e938f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar","artifactChecksum":"NmVhZTkzMmM1OTY3YzUzMjMwY2YxN2ZmMzdjZDliNjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ca874ad-3113-4b2f-8f44-b7bb5fb26112","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3473c122-aff6-40be-b1d2-bde27c2a58af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml","artifactChecksum":"OWJhMzFjNThhM2FmZmUwNDhiZWMwYjhiNmI3ZGU4NGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e72237d7-d6ce-44a5-aa9a-52dad66c522e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b19942e-4927-46ab-a225-7d8e9db0ebc7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f87a1617-6b8a-4e6d-9b76-39843ce649c7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml","artifactChecksum":"Yjk3NzU2M2Y5ZmE4ODFjODVmYzIzNTg3NjE5YjRjN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"205f7731-7a8d-486d-a6a3-6d33d27169eb","artifactVersion":"1"},{"artifactName":"service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar","artifactChecksum":"MmZkMjYxYmY2N2FkMDI0ODcyZjlmNDc2NTVlMWMyNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d343ca37-2eab-4f3b-8298-2fa14517ada4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:16:54.737Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:16:54.737Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:16:54.739Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:16:54.740Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:54.840Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:16:54.841Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:16:54.841Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:54.868Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:54.868Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:16:55.740Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:16:55.741Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:16:55.744Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:16:55.745Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:55.844Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:16:55.845Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:16:55.845Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:55.862Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:55.862Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:16:56.745Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:16:56.747Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:16:56.749Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:16:56.749Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:56.849Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:16:56.850Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:16:56.850Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:56.864Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:56.865Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:16:57.750Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:16:57.751Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:16:57.753Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:16:57.754Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:57.854Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:16:57.855Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:16:57.855Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:57.884Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:57.885Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:16:58.754Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:16:58.755Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:16:58.758Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:16:58.758Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:58.859Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:16:58.860Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:16:58.860Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:58.877Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:58.877Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:16:59.759Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:16:59.760Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:16:59.764Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:16:59.764Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:16:59.864Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:16:59.865Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:16:59.865Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:16:59.880Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:16:59.881Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:17:00.765Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:17:00.766Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:17:00.769Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:17:00.770Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:17:00.870Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:17:00.870Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:17:00.871Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:17:00.884Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:17:00.884Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:17:01.770Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:17:01.771Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:17:01.774Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:17:01.774Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:17:01.874Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:17:01.875Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:17:01.875Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:17:01.900Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:17:01.901Z||pool-47-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:17:02.775Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "serviceName": "Demo_pNF_4izJcq2YPdghSFtVFP7E",
  "serviceVersion": "1.0",
  "serviceUUID": "3cb4ae64-bf03-4af6-97e3-009506f4423c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e8d09591-7637-4669-a9a3-edca3d74f24a",
  "resources": [
    {
      "resourceInstanceName": "pNF 0eb7e32f-d294 0",
      "resourceCustomizationUUID": "b5b72ae4-653e-47bc-8797-ad7d01720420",
      "resourceName": "pNF 0eb7e32f-d294",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "54379f6b-4fff-4adc-9741-644020052078",
      "resourceInvariantUUID": "a8eefc6a-ab39-4ab1-8794-b3dbb99c3007",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
      "artifactChecksum": "MmZkMjYxYmY2N2FkMDI0ODcyZjlmNDc2NTVlMWMyNGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d343ca37-2eab-4f3b-8298-2fa14517ada4"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:17:02.776Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:17:02.776Z|f6b62eea-9299-4178-ac1a-a7863a8a0419|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3cb4ae64-bf03-4af6-97e3-009506f4423c ASDC
2022-11-16T11:17:02.777Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8bfef213-510d-41d9-8236-239d4aefafd8
ServiceName:Demo_pNF_4izJcq2YPdghSFtVFP7E
ServiceVersion:1.0
ServiceUUID:3cb4ae64-bf03-4af6-97e3-009506f4423c
ServiceInvariantUUID:e8d09591-7637-4669-a9a3-edca3d74f24a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
ArtifactUUID:d343ca37-2eab-4f3b-8298-2fa14517ada4
ArtifactChecksum:MmZkMjYxYmY2N2FkMDI0ODcyZjlmNDc2NTVlMWMyNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0eb7e32f-d294 0
ResourceCustomizationUUID:b5b72ae4-653e-47bc-8797-ad7d01720420
ResourceInvariantUUID:a8eefc6a-ab39-4ab1-8794-b3dbb99c3007
ResourceName:pNF 0eb7e32f-d294
ResourceType:PNF
ResourceUUID:54379f6b-4fff-4adc-9741-644020052078
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-16T11:17:02.777Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cb4ae64-bf03-4af6-97e3-009506f4423c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:17:02.815Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:17:02.815Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:17:02.816Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:17:02.816Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d343ca37-2eab-4f3b-8298-2fa14517ada4 from URL: /sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:02.816Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:17:02.816Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:02.973Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:17:02.974Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar d343ca37-2eab-4f3b-8298-2fa14517ada4 87771
2022-11-16T11:17:02.975Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar ASDC sendASDCNotification
2022-11-16T11:17:02.976Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:02.976Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:17:02.976Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:17:02.979Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:17:02.979Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597422975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:17:03.079Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:17:03.080Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:17:03.080Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:17:03.101Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:17:03.101Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:17:03.980Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:17:03.981Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:17:03.982Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d343ca37-2eab-4f3b-8298-2fa14517ada4, URL: /sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar to file: /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:03.982Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:03.986Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:03.987Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:04.177Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7999292213946567536/Definitions/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml
2022-11-16T11:17:05.149Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:17:05.149Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:17:05.149Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0eb7e32f-d294 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:17:05.150Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.151Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.151Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Node template pNF 0eb7e32f-d294 0 is matching search criteria
2022-11-16T11:17:05.151Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:17:05.151Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0eb7e32f-d294 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:17:05.151Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.152Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.152Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Node template pNF 0eb7e32f-d294 0 is matching search criteria
2022-11-16T11:17:05.152Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:17:05.152Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0eb7e32f-d294 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:17:05.152Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.153Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.153Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.153Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.153Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.153Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.154Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.154Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.154Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.154Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.154Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4izJcq2YPdghSFtVFP7E
Description:catalog service description
Model UUID:3cb4ae64-bf03-4af6-97e3-009506f4423c
Model Version:NULL
Model InvariantUuid:e8d09591-7637-4669-a9a3-edca3d74f24a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:17:05.163Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 54379f6b-4fff-4adc-9741-644020052078
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:17:05.167Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||pNF 0eb7e32f-d294 0
2022-11-16T11:17:05.167Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 54379f6b-4fff-4adc-9741-644020052078
2022-11-16T11:17:05.168Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3cb4ae64-bf03-4af6-97e3-009506f4423c
2022-11-16T11:17:05.168Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3cb4ae64-bf03-4af6-97e3-009506f4423c
2022-11-16T11:17:05.168Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0eb7e32f-d294 0 54379f6b-4fff-4adc-9741-644020052078 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:17:05.174Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2566f099, org.onap.sdc.toscaparser.api.parameters.Input@af2c82d, org.onap.sdc.toscaparser.api.parameters.Input@63f382f1, org.onap.sdc.toscaparser.api.parameters.Input@ddf54fd, org.onap.sdc.toscaparser.api.parameters.Input@1f2f9fe7]
2022-11-16T11:17:05.174Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.174Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.175Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3cb4ae64-bf03-4af6-97e3-009506f4423c: pNF 0eb7e32f-d294
2022-11-16T11:17:05.175Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||Processing PNF resource: 54379f6b-4fff-4adc-9741-644020052078
2022-11-16T11:17:05.175Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:17:05.175Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4izJcq2YPdghSFtVFP7E is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:17:05.175Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||Resource customization UUID: b5b72ae4-653e-47bc-8797-ad7d01720420 is the same as notified resource customizationUUID: b5b72ae4-653e-47bc-8797-ad7d01720420
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-16T11:17:05.245Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0eb7e32f-d294 54379f6b-4fff-4adc-9741-644020052078 0 ASDC deployResourceStructure
2022-11-16T11:17:05.246Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar ASDC sendASDCNotification
2022-11-16T11:17:05.246Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar
2022-11-16T11:17:05.246Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:17:05.247Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:17:05.249Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:17:05.249Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597425246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:17:05.350Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:17:05.351Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:17:05.351Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:17:05.367Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:17:05.367Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:17:06.250Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:17:06.263Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:17:06.268Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:17:06.269Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:17:06.269Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:17:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:17:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:17:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:17:13.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:17:13.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:17:13.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:17:13.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:17:36.269Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:17:36.285Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:17:36.293Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:17:36.293Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:17:36.294Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:18:06.294Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:18:06.313Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:18:06.321Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:18:06.321Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:18:06.321Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:18:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:18:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:18:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:18:13.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:18:13.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597314284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597315194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597309426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597314284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597315194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597312315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597318169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597314284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597315194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597321077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597314284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597315194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597320027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597322083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597314284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597315194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597321033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.127Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bfef213-510d-41d9-8236-239d4aefafd8
2022-11-16T11:18:13.128Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfef213-510d-41d9-8236-239d4aefafd8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "policy-id",
  "timestamp": 1668597323086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.150Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bfef213-510d-41d9-8236-239d4aefafd8
2022-11-16T11:18:13.150Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfef213-510d-41d9-8236-239d4aefafd8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597314284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597315194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597314284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597315194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597325795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "cds",
  "timestamp": 1668597323868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597326863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597327923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597328955,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.183Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1413edfd-adf9-4e4e-80a9-ed6de98b8879
2022-11-16T11:18:13.183Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1413edfd-adf9-4e4e-80a9-ed6de98b8879 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597328504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597329959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597332314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597332314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597333880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597332314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "aai-ml",
  "timestamp": 1668597334885,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.206Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8bfef213-510d-41d9-8236-239d4aefafd8
2022-11-16T11:18:13.206Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bfef213-510d-41d9-8236-239d4aefafd8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597332314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597332314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597332314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597332314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597340093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597341097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "policy-id",
  "timestamp": 1668597342100,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.237Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1413edfd-adf9-4e4e-80a9-ed6de98b8879
2022-11-16T11:18:13.237Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1413edfd-adf9-4e4e-80a9-ed6de98b8879 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-16T11:18:13.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597319764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597343032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.249Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597335194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597329284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597345280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "cds",
  "timestamp": 1668597343309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597346395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597347460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597348520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597347201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597349650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.271Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b53a60-3533-4973-9197-31b46b4e0629
2022-11-16T11:18:13.271Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b53a60-3533-4973-9197-31b46b4e0629 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597349585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668597350654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597349422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "aai-ml",
  "timestamp": 1668597350591,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.288Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1413edfd-adf9-4e4e-80a9-ed6de98b8879
2022-11-16T11:18:13.288Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1413edfd-adf9-4e4e-80a9-ed6de98b8879 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597350427,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.306Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1413edfd-adf9-4e4e-80a9-ed6de98b8879
2022-11-16T11:18:13.306Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1413edfd-adf9-4e4e-80a9-ed6de98b8879 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597352314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597351595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597339426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:18:13.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:18:13.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597362097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597361332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597360517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:18:13.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597363101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "policy-id",
  "timestamp": 1668597364105,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.343Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b53a60-3533-4973-9197-31b46b4e0629
2022-11-16T11:18:13.343Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b53a60-3533-4973-9197-31b46b4e0629 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-16T11:18:13.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597362834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668597363837,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.361Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6b53a60-3533-4973-9197-31b46b4e0629
2022-11-16T11:18:13.361Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b53a60-3533-4973-9197-31b46b4e0629 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:13.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597367586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:18:13.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:18:13.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:18:13.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "aai-ml",
  "timestamp": 1668597368590,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:13.379Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6b53a60-3533-4973-9197-31b46b4e0629
2022-11-16T11:18:13.379Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b53a60-3533-4973-9197-31b46b4e0629 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:18:36.321Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:18:36.336Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:18:36.340Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:18:36.341Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:18:36.352Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:19:06.352Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bfef213-510d-41d9-8236-239d4aefafd8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:19:06.361Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bfef213-510d-41d9-8236-239d4aefafd8 and serviceModelVersionId: 3cb4ae64-bf03-4af6-97e3-009506f4423c
2022-11-16T11:19:06.361Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8d09591-7637-4669-a9a3-edca3d74f24a
2022-11-16T11:19:06.362Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0
2022-11-16T11:19:06.369Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:19:06.396Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0|INFO|500||Invoke
2022-11-16T11:19:06.397Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8bfef213-510d-41d9-8236-239d4aefafd8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[195453b6-27de-4770-9361-b55bff0db2a3], X-ECOMP-RequestID=[8bfef213-510d-41d9-8236-239d4aefafd8], X-TransactionId=[], X-ONAP-RequestID=[8bfef213-510d-41d9-8236-239d4aefafd8], Content-Type=[application/merge-patch+json]}
2022-11-16T11:19:06.402Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:19:06.507Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:19:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[86], vertex-id=[172096], x-aai-txid=[1-aai-resources-221116-11:19:06:310-59857], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:19:06.508Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:19:06.508Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e8d09591-7637-4669-a9a3-edca3d74f24a/model-vers/model-ver/3cb4ae64-bf03-4af6-97e3-009506f4423c?depth=0|INFO|500||InvokeReturn
2022-11-16T11:19:06.509Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:19:06.509Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:19:06.515Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:19:06.515Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bfef213-510d-41d9-8236-239d4aefafd8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:19:06.515Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:19:06.516Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:06.517Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:06.518Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597546515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:19:06.618Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:06.619Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:06.619Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:06.640Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:06.641Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:19:07.539Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-16T11:19:07.539Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1413edfd-adf9-4e4e-80a9-ed6de98b8879","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"45847dce-d2fd-44e5-a9f7-695e08342ac0","serviceDescription":"service","serviceInvariantUUID":"a579dceb-12be-4c6f-9a42-4fb2b03ea640","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4e2a772-305d-4e24-9910-ba9e26e5e56e","resourceInvariantUUID":"6ed4978a-b627-4e6c-872e-05d798c25ad4","resourceCustomizationUUID":"4688c0ff-d26a-4ae6-99bc-823c6bfae288","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NzVlMTdhOTExYzg3MDRkNjYyMDVjM2ZlM2Y0ZDNiMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0eea2d4-0abf-4ab9-8779-3e57dbb45112","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YzY1YjZlYmUxZjk2NjYyNGU3ZGFhZGI0OTQ1MDBlODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9167733-7a2e-47bc-851e-b928d13d89ee","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c60c7285-4af4-4ae8-bdfc-3c33088fffc8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92417ed7-e83d-42ce-8d1d-d0381409db1c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fbc564dc-33cc-4177-9108-56ecc3b5c704","artifactVersion":"2","generatedFromUUID":"c60c7285-4af4-4ae8-bdfc-3c33088fffc8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzFmYzcwNjk4OTQwYjhlYWE1YjNmYzIzODE3NmE1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7d3471c-cc27-49e8-8f64-711a4ffb6a61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzU5MjI4MWQ4YmM2MGMwNmI2OGY1NmNhNjQ4ZTdmMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"536fbfee-19e9-4aa5-a37f-40856fc2cb17","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:19:07.540Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:07.540Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:07.543Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:07.543Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:07.643Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:07.645Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:07.645Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:07.660Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:07.661Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:19:08.544Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:08.545Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:08.547Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:08.547Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:19:08.656Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-16T11:19:08.657Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:08.657Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:08.676Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:08.676Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:09.553Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:09.553Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:09.556Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:09.556Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:19:09.658Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-11-16T11:19:09.659Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:09.659Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:09.676Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:09.677Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:10.582Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:10.583Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:10.585Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:10.585Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:10.685Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:10.686Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:10.687Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:10.699Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:10.700Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:11.586Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:11.587Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:11.588Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:11.588Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-16T11:19:11.689Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:11.690Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:11.690Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:11.706Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:11.707Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:12.589Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:12.592Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:12.597Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:12.597Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:12.697Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:19:12.698Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:12.698Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:12.717Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:12.718Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:19:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:19:13.058Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:13.103Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:13.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6b62eea-9299-4178-ac1a-a7863a8a0419",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597409256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:19:13.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:19:13.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:13.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:13.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:13.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:13.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:13.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/resourceInstances/pnf0eb7e32fd2940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:13.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:13.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:19:13.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:19:13.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597422975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:19:13.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:19:13.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:19:13.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597425246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4izjcq2ypdghsftvfp7e/1.0/artifacts/service-DemoPnf4izjcq2ypdghsftvfp7e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:19:13.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:19:13.598Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:13.599Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:13.602Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:13.602Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:19:13.702Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:13.703Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:13.704Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:13.721Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:13.722Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:14.604Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "45847dce-d2fd-44e5-a9f7-695e08342ac0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a579dceb-12be-4c6f-9a42-4fb2b03ea640",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4688c0ff-d26a-4ae6-99bc-823c6bfae288",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4e2a772-305d-4e24-9910-ba9e26e5e56e",
      "resourceInvariantUUID": "6ed4978a-b627-4e6c-872e-05d798c25ad4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "YzY1YjZlYmUxZjk2NjYyNGU3ZGFhZGI0OTQ1MDBlODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d9167733-7a2e-47bc-851e-b928d13d89ee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c60c7285-4af4-4ae8-bdfc-3c33088fffc8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fbc564dc-33cc-4177-9108-56ecc3b5c704",
            "generatedFromUUID": "c60c7285-4af4-4ae8-bdfc-3c33088fffc8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fbc564dc-33cc-4177-9108-56ecc3b5c704",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzU5MjI4MWQ4YmM2MGMwNmI2OGY1NmNhNjQ4ZTdmMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "536fbfee-19e9-4aa5-a37f-40856fc2cb17"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:19:14.605Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:19:14.605Z|8bfef213-510d-41d9-8236-239d4aefafd8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 45847dce-d2fd-44e5-a9f7-695e08342ac0 ASDC
2022-11-16T11:19:14.606Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1413edfd-adf9-4e4e-80a9-ed6de98b8879
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:45847dce-d2fd-44e5-a9f7-695e08342ac0
ServiceInvariantUUID:a579dceb-12be-4c6f-9a42-4fb2b03ea640
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:536fbfee-19e9-4aa5-a37f-40856fc2cb17
ArtifactChecksum:NzU5MjI4MWQ4YmM2MGMwNmI2OGY1NmNhNjQ4ZTdmMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4688c0ff-d26a-4ae6-99bc-823c6bfae288
ResourceInvariantUUID:6ed4978a-b627-4e6c-872e-05d798c25ad4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4e2a772-305d-4e24-9910-ba9e26e5e56e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:d9167733-7a2e-47bc-851e-b928d13d89ee
ArtifactChecksum:YzY1YjZlYmUxZjk2NjYyNGU3ZGFhZGI0OTQ1MDBlODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:c60c7285-4af4-4ae8-bdfc-3c33088fffc8
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:fbc564dc-33cc-4177-9108-56ecc3b5c704
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:fbc564dc-33cc-4177-9108-56ecc3b5c704
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-16T11:19:14.606Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45847dce-d2fd-44e5-a9f7-695e08342ac0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:19:14.648Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:19:14.649Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:19:14.650Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:19:14.650Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 536fbfee-19e9-4aa5-a37f-40856fc2cb17 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-16T11:19:14.650Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:19:14.650Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-16T11:19:15.299Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:19:15.301Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 536fbfee-19e9-4aa5-a37f-40856fc2cb17 74811
2022-11-16T11:19:15.301Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-16T11:19:15.302Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-16T11:19:15.302Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:19:15.303Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:15.305Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:15.306Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597555301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:19:15.406Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-16T11:19:15.407Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:15.407Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:15.439Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:15.439Z||pool-58-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:16.310Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:19:16.312Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:19:16.312Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 536fbfee-19e9-4aa5-a37f-40856fc2cb17, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:16.313Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-16T11:19:16.314Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:16.314Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:16.468Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6698311860580263571/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-16T11:19:17.867Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.868Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-16T11:19:17.869Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:19:17.869Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.869Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:17.869Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:17.869Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:19:17.869Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:19:17.870Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.870Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:17.870Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:17.870Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:19:17.870Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:19:17.871Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.871Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:17.871Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.871Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-16T11:19:17.871Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-16T11:19:17.871Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-16T11:19:17.872Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-16T11:19:17.872Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-16T11:19:17.872Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T11:19:17.872Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.872Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:19:17.872Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.873Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:17.873Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:19:17.873Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.873Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:17.873Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:19:17.874Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.874Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:17.874Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:19:17.874Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.874Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-16T11:19:17.874Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-16T11:19:17.875Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-16T11:19:17.875Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b33aa5f-2bd6-4590-a4be-aee301dee992
2022-11-16T11:19:17.875Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.875Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:17.876Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.876Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:17.876Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.876Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:17.876Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:17.876Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:17.877Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:45847dce-d2fd-44e5-a9f7-695e08342ac0
Model Version:NULL
Model InvariantUuid:a579dceb-12be-4c6f-9a42-4fb2b03ea640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:229a9156-20d6-48a1-8e11-1a26328d0935
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ed4978a-b627-4e6c-872e-05d798c25ad4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4688c0ff-d26a-4ae6-99bc-823c6bfae288
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:af588be3-4853-4e36-84ef-ae056577bafa
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1558944c-dee0-4f95-92f0-d0f0ec4f8b92
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5b33aa5f-2bd6-4590-a4be-aee301dee992
ModelInvariantUuid:51d014a4-c48a-48c2-a511-506b6cfc556a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b5275155-5450-4fde-9fdc-94a51bd31d57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:02d164d1-e40f-4b5b-a86a-07daa8520a44
ModelInvariantUuid:3f5bd842-248a-49fd-8e44-490c11bc2c69
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8510f115-bd2c-4f3c-a67d-bfd91876f768
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:19:17.885Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c4e2a772-305d-4e24-9910-ba9e26e5e56e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:19:17.889Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-11-16T11:19:17.889Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4e2a772-305d-4e24-9910-ba9e26e5e56e
2022-11-16T11:19:17.890Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d9167733-7a2e-47bc-851e-b928d13d89ee from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-16T11:19:17.890Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:19:17.890Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-16T11:19:18.016Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:19:18.017Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d9167733-7a2e-47bc-851e-b928d13d89ee 787
2022-11-16T11:19:18.018Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-16T11:19:18.018Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-16T11:19:18.018Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:19:18.020Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:18.022Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:18.022Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597558018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:19:18.122Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:19:18.124Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:18.124Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:18.141Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:18.142Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:19.023Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af588be3-4853-4e36-84ef-ae056577bafa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1558944c-dee0-4f95-92f0-d0f0ec4f8b92",
    "vfModuleModelCustomizationUUID": "e8f6e6e0-95c4-42f7-9a79-742ceb88e51f",
    "isBase": true,
    "artifacts": [
      "c60c7285-4af4-4ae8-bdfc-3c33088fffc8",
      "fbc564dc-33cc-4177-9108-56ecc3b5c704"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:19:19.028Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1558944c-dee0-4f95-92f0-d0f0ec4f8b92
VfModuleModelInvariantUUID:af588be3-4853-4e36-84ef-ae056577bafa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c60c7285-4af4-4ae8-bdfc-3c33088fffc8
,
fbc564dc-33cc-4177-9108-56ecc3b5c704

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:19:19.029Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af588be3-4853-4e36-84ef-ae056577bafa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1558944c-dee0-4f95-92f0-d0f0ec4f8b92",
    "vfModuleModelCustomizationUUID": "e8f6e6e0-95c4-42f7-9a79-742ceb88e51f",
    "isBase": true,
    "artifacts": [
      "c60c7285-4af4-4ae8-bdfc-3c33088fffc8",
      "fbc564dc-33cc-4177-9108-56ecc3b5c704"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:19:19.030Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1558944c-dee0-4f95-92f0-d0f0ec4f8b92
VfModuleModelInvariantUUID:af588be3-4853-4e36-84ef-ae056577bafa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c60c7285-4af4-4ae8-bdfc-3c33088fffc8
,
fbc564dc-33cc-4177-9108-56ecc3b5c704

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:19:19.030Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c60c7285-4af4-4ae8-bdfc-3c33088fffc8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-16T11:19:19.030Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:19:19.030Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-16T11:19:19.143Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:19:19.145Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c60c7285-4af4-4ae8-bdfc-3c33088fffc8 5033
2022-11-16T11:19:19.145Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-16T11:19:19.145Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-16T11:19:19.146Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:19:19.146Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:19.149Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:19.149Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597559145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:19:19.249Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:19.250Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:19.251Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:19.265Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:19.266Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:19:20.150Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fbc564dc-33cc-4177-9108-56ecc3b5c704 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-16T11:19:20.151Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:19:20.151Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-16T11:19:20.228Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:19:20.229Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fbc564dc-33cc-4177-9108-56ecc3b5c704 903
2022-11-16T11:19:20.229Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-16T11:19:20.229Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-16T11:19:20.229Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:19:20.230Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:20.232Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:20.232Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597560229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:19:20.333Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:19:20.334Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:20.334Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:20.369Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:20.369Z||pool-61-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:19:21.232Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 45847dce-d2fd-44e5-a9f7-695e08342ac0
2022-11-16T11:19:21.233Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c4e2a772-305d-4e24-9910-ba9e26e5e56e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:19:21.252Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bd78c00, org.onap.sdc.toscaparser.api.parameters.Input@43d07c58, org.onap.sdc.toscaparser.api.parameters.Input@6861c87f, org.onap.sdc.toscaparser.api.parameters.Input@50627808, org.onap.sdc.toscaparser.api.parameters.Input@77724988]
2022-11-16T11:19:21.254Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.254Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.254Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-16T11:19:21.254Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4688c0ff-d26a-4ae6-99bc-823c6bfae288
2022-11-16T11:19:21.255Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4688c0ff-d26a-4ae6-99bc-823c6bfae288 matches Tosca VF Customization UUID: 4688c0ff-d26a-4ae6-99bc-823c6bfae288
2022-11-16T11:19:21.255Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4688c0ff-d26a-4ae6-99bc-823c6bfae288  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-16T11:19:21.258Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.258Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.258Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4688c0ff-d26a-4ae6-99bc-823c6bfae288: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-16T11:19:21.259Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12254d25
2022-11-16T11:19:21.259Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.259Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:19:21.259Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8f6e6e0-95c4-42f7-9a79-742ceb88e51f
2022-11-16T11:19:21.260Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8f6e6e0-95c4-42f7-9a79-742ceb88e51f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-16T11:19:21.262Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.263Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:21.263Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:19:21.263Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.263Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:21.264Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:19:21.264Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.264Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-16T11:19:21.265Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-16T11:19:21.265Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-16T11:19:21.265Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b33aa5f-2bd6-4590-a4be-aee301dee992
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-16T11:19:21.268Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.268Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:21.268Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:19:21.268Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.269Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-16T11:19:21.269Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4688c0ff-d26a-4ae6-99bc-823c6bfae288
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:19:21.273Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.273Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.273Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 45847dce-d2fd-44e5-a9f7-695e08342ac0: basic_vm
2022-11-16T11:19:21.274Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.274Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.274Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.275Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.275Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.276Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.276Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.276Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.276Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:19:21.276Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:19:21.277Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:19:21.385Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c4e2a772-305d-4e24-9910-ba9e26e5e56e 1 ASDC deployResourceStructure
2022-11-16T11:19:21.385Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-16T11:19:21.385Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-16T11:19:21.386Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:19:21.386Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:21.388Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:21.388Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597561385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:19:21.488Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:21.490Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:21.491Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:21.503Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:21.504Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:19:22.389Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-16T11:19:22.390Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-16T11:19:22.390Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:19:22.390Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:22.392Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:22.392Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597562389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:19:22.493Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:22.494Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:22.494Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:22.509Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:22.510Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:23.393Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-16T11:19:23.393Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-16T11:19:23.393Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:19:23.395Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:23.397Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:23.397Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597563393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:19:23.497Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:23.499Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:23.499Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:23.513Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:23.513Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:24.398Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-16T11:19:24.399Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-16T11:19:24.399Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:19:24.399Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:24.401Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:24.401Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597564398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:19:24.502Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:24.503Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:24.503Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:24.518Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:24.519Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:25.402Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1413edfd-adf9-4e4e-80a9-ed6de98b8879
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:19:25.421Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1413edfd-adf9-4e4e-80a9-ed6de98b8879
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:19:25.424Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:19:25.424Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:19:25.424Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:19:25.424Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:19:25.424Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:19:25.424Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:19:25.425Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:19:25.425Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:19:25.425Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:19:25.433Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:19:55.433Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1413edfd-adf9-4e4e-80a9-ed6de98b8879 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:19:55.443Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1413edfd-adf9-4e4e-80a9-ed6de98b8879 and serviceModelVersionId: 45847dce-d2fd-44e5-a9f7-695e08342ac0
2022-11-16T11:19:55.444Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a579dceb-12be-4c6f-9a42-4fb2b03ea640
2022-11-16T11:19:55.445Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a579dceb-12be-4c6f-9a42-4fb2b03ea640/model-vers/model-ver/45847dce-d2fd-44e5-a9f7-695e08342ac0?depth=0
2022-11-16T11:19:55.451Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:19:55.484Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a579dceb-12be-4c6f-9a42-4fb2b03ea640/model-vers/model-ver/45847dce-d2fd-44e5-a9f7-695e08342ac0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-16T11:19:55.486Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a579dceb-12be-4c6f-9a42-4fb2b03ea640/model-vers/model-ver/45847dce-d2fd-44e5-a9f7-695e08342ac0?depth=0|INFO|500||Invoke
2022-11-16T11:19:55.491Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a579dceb-12be-4c6f-9a42-4fb2b03ea640/model-vers/model-ver/45847dce-d2fd-44e5-a9f7-695e08342ac0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:19:55.754Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a579dceb-12be-4c6f-9a42-4fb2b03ea640/model-vers/model-ver/45847dce-d2fd-44e5-a9f7-695e08342ac0?depth=0|INFO|500||InvokeReturn
2022-11-16T11:19:55.755Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a579dceb-12be-4c6f-9a42-4fb2b03ea640/model-vers/model-ver/45847dce-d2fd-44e5-a9f7-695e08342ac0?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:19:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[258], vertex-id=[196784], x-aai-txid=[1-aai-resources-221116-11:19:55:401-54405], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:19:55.755Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:19:55.756Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:19:55.756Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:19:55.762Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:19:55.762Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1413edfd-adf9-4e4e-80a9-ed6de98b8879 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:19:55.763Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:19:55.763Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:55.768Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:55.768Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597595762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:19:55.868Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:55.869Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:55.870Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:55.891Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:55.892Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:19:56.787Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-16T11:19:56.787Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6b53a60-3533-4973-9197-31b46b4e0629","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5f5cc306-b7fa-4b46-81d9-a19be98e9e21","serviceDescription":"service","serviceInvariantUUID":"1c17267e-afc7-4f03-a46e-5715e6632a96","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fab55f9e-b0d3-4a11-bea6-0d5f7f87c444","resourceInvariantUUID":"69d34fbd-6b5b-450e-89bf-e91db11431f9","resourceCustomizationUUID":"fb34cce9-2126-4800-89c0-8733b42b3d60","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTcwMWViMDA0N2I5Yjg5MTVkMDMwZjQ4OTk1NDFhNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d4eaee5-fa61-4373-84cb-c4cbcf7696a7","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1667edeb-1e0e-447f-993f-673cc7335b04","artifactVersion":"2","generatedFromUUID":"d6610943-eb5f-4393-bb1f-1c725684ed9a"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d6610943-eb5f-4393-bb1f-1c725684ed9a","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZDM3YTU0NzdiZTIyMzQzMzVlYjE1YWVmNGU0ZDBiMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3aaa066d-04a6-41b1-8c0c-735a63879d46","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c75c16fc-6f77-4e33-b333-b883671e83e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f6d4f239-2ee8-45f9-b2da-0ca75208a6d6","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c08b7e3d-0781-4e56-9816-fd67a438775b","artifactVersion":"2","generatedFromUUID":"c75c16fc-6f77-4e33-b333-b883671e83e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjA2MmQ0ODQ2MTY0NjNmMmNmOWUwNDhhZGZiN2EwYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6dd5fa89-985d-4627-bce6-d1ff3fddf3f2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWZjNTdjOGFhNzg1YjgzZWVmODg3NWIzOTFjNGZmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb3a5bf3-21c3-44e8-8497-1c659c32c87c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:19:56.788Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:56.789Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:56.794Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:56.794Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:19:56.893Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-16T11:19:56.895Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:56.895Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:56.908Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:56.909Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:19:57.795Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:57.796Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:57.798Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:57.798Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-16T11:19:57.899Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:19:57.901Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:57.901Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:57.924Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:57.925Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:58.799Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:58.800Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:58.804Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:58.804Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-16T11:19:58.904Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:19:58.905Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:58.905Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:58.935Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:58.936Z||pool-69-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:19:59.805Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:19:59.805Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:19:59.808Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:19:59.808Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:19:59.909Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:19:59.910Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:19:59.910Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:19:59.924Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:19:59.925Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:20:00.809Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:20:00.810Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:00.813Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:00.813Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:20:00.913Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:00.914Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:00.914Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:00.930Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:00.932Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:01.813Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:20:01.815Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:01.818Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:01.818Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:20:01.918Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:01.920Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:01.920Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:01.937Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:01.938Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:02.819Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:20:02.819Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:02.822Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:02.822Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-16T11:20:02.922Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:20:02.923Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:02.923Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:02.937Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:02.938Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:03.823Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:20:03.825Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:03.827Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:03.827Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:20:03.927Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:20:03.929Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:03.929Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:03.946Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:03.947Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:20:04.828Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:20:04.829Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:04.832Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:04.832Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:20:04.933Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:20:04.933Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:04.934Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:04.947Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:04.948Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:20:05.834Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5f5cc306-b7fa-4b46-81d9-a19be98e9e21",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1c17267e-afc7-4f03-a46e-5715e6632a96",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fb34cce9-2126-4800-89c0-8733b42b3d60",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fab55f9e-b0d3-4a11-bea6-0d5f7f87c444",
      "resourceInvariantUUID": "69d34fbd-6b5b-450e-89bf-e91db11431f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1667edeb-1e0e-447f-993f-673cc7335b04",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d6610943-eb5f-4393-bb1f-1c725684ed9a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZDM3YTU0NzdiZTIyMzQzMzVlYjE1YWVmNGU0ZDBiMTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3aaa066d-04a6-41b1-8c0c-735a63879d46",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c75c16fc-6f77-4e33-b333-b883671e83e0",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c08b7e3d-0781-4e56-9816-fd67a438775b",
            "generatedFromUUID": "c75c16fc-6f77-4e33-b333-b883671e83e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c08b7e3d-0781-4e56-9816-fd67a438775b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWZjNTdjOGFhNzg1YjgzZWVmODg3NWIzOTFjNGZmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb3a5bf3-21c3-44e8-8497-1c659c32c87c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:20:05.835Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:20:05.835Z|1413edfd-adf9-4e4e-80a9-ed6de98b8879|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5f5cc306-b7fa-4b46-81d9-a19be98e9e21 ASDC
2022-11-16T11:20:05.836Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a6b53a60-3533-4973-9197-31b46b4e0629
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5f5cc306-b7fa-4b46-81d9-a19be98e9e21
ServiceInvariantUUID:1c17267e-afc7-4f03-a46e-5715e6632a96
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:bb3a5bf3-21c3-44e8-8497-1c659c32c87c
ArtifactChecksum:MWZjNTdjOGFhNzg1YjgzZWVmODg3NWIzOTFjNGZmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fb34cce9-2126-4800-89c0-8733b42b3d60
ResourceInvariantUUID:69d34fbd-6b5b-450e-89bf-e91db11431f9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:fab55f9e-b0d3-4a11-bea6-0d5f7f87c444
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:1667edeb-1e0e-447f-993f-673cc7335b04
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:d6610943-eb5f-4393-bb1f-1c725684ed9a
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:3aaa066d-04a6-41b1-8c0c-735a63879d46
ArtifactChecksum:ZDM3YTU0NzdiZTIyMzQzMzVlYjE1YWVmNGU0ZDBiMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:c75c16fc-6f77-4e33-b333-b883671e83e0
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c08b7e3d-0781-4e56-9816-fd67a438775b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c08b7e3d-0781-4e56-9816-fd67a438775b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-16T11:20:05.836Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f5cc306-b7fa-4b46-81d9-a19be98e9e21 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:20:05.882Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:20:05.883Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:20:05.883Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:20:05.883Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bb3a5bf3-21c3-44e8-8497-1c659c32c87c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-16T11:20:05.884Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:20:05.884Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-16T11:20:06.013Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:20:06.014Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bb3a5bf3-21c3-44e8-8497-1c659c32c87c 73674
2022-11-16T11:20:06.014Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-16T11:20:06.015Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-16T11:20:06.015Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:20:06.015Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:06.017Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:06.017Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597606014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:20:06.117Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:06.118Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:06.119Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:06.135Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:06.135Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:07.018Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:20:07.020Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-16T11:20:07.021Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bb3a5bf3-21c3-44e8-8497-1c659c32c87c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:07.034Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-16T11:20:07.035Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:07.035Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:07.208Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3429929752733747059/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-16T11:20:08.485Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:20:08.486Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:20:08.486Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:08.486Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-16T11:20:08.486Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:08.486Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:08.486Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:08.487Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-16T11:20:08.487Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-16T11:20:08.487Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.487Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:08.487Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:08.487Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:20:08.488Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:20:08.488Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.488Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:08.488Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:08.488Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-16T11:20:08.488Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:20:08.488Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.489Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:08.489Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.489Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-16T11:20:08.489Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-16T11:20:08.489Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-16T11:20:08.489Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T11:20:08.490Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.490Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:20:08.490Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.490Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:08.490Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:20:08.490Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.490Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:08.491Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:20:08.491Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.491Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:08.491Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:20:08.491Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.491Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-16T11:20:08.491Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-16T11:20:08.492Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1f0b5794-139d-4bbe-863a-9dc0b27cda75
2022-11-16T11:20:08.492Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.492Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:08.492Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.492Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:08.492Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.492Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:08.493Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:08.493Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:08.493Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5f5cc306-b7fa-4b46-81d9-a19be98e9e21
Model Version:NULL
Model InvariantUuid:1c17267e-afc7-4f03-a46e-5715e6632a96
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:361efd17-8255-49db-9eb8-17aafdb91c5a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69d34fbd-6b5b-450e-89bf-e91db11431f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb34cce9-2126-4800-89c0-8733b42b3d60
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2bf562d9-0e1e-4061-b51b-e84a52c476fb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:eb101e39-b3da-45f2-b84a-0699ee8df045
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1f0b5794-139d-4bbe-863a-9dc0b27cda75
ModelInvariantUuid:15ea9fc3-e70b-41fe-9756-cf1f0c889467
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ff165195-8975-4893-bea2-99dcf7433864
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7228b275-b1d5-47eb-9281-181951834ea8
ModelInvariantUuid:b97ea3f8-1e04-4f30-b528-c1947e75936d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ffcd4561-8d99-4dd8-ab5f-9bbcf4f9be3e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:20:08.504Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fab55f9e-b0d3-4a11-bea6-0d5f7f87c444
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:20:08.510Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-11-16T11:20:08.510Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fab55f9e-b0d3-4a11-bea6-0d5f7f87c444
2022-11-16T11:20:08.510Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1667edeb-1e0e-447f-993f-673cc7335b04 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-16T11:20:08.510Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:20:08.511Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-16T11:20:08.572Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:20:08.573Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1667edeb-1e0e-447f-993f-673cc7335b04 12
2022-11-16T11:20:08.573Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-16T11:20:08.573Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-16T11:20:08.573Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:20:08.574Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:08.576Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:08.576Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597608573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:20:08.676Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:08.678Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:08.678Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:08.701Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:08.701Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:09.577Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6610943-eb5f-4393-bb1f-1c725684ed9a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-16T11:20:09.578Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:20:09.578Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-16T11:20:09.634Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:20:09.634Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d6610943-eb5f-4393-bb1f-1c725684ed9a 2688
2022-11-16T11:20:09.635Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-16T11:20:09.635Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-16T11:20:09.635Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:20:09.635Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:09.638Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:09.638Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597609635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:20:09.738Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:09.740Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:09.740Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:09.756Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:09.757Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:10.640Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3aaa066d-04a6-41b1-8c0c-735a63879d46 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-16T11:20:10.641Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:20:10.642Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-16T11:20:10.706Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:20:10.706Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3aaa066d-04a6-41b1-8c0c-735a63879d46 828
2022-11-16T11:20:10.707Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-16T11:20:10.707Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-16T11:20:10.707Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:20:10.708Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:10.712Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:10.712Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597610707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:20:10.812Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:10.813Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:10.814Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:10.829Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:10.830Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:11.713Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2bf562d9-0e1e-4061-b51b-e84a52c476fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb101e39-b3da-45f2-b84a-0699ee8df045",
    "vfModuleModelCustomizationUUID": "8efe94c8-bdd6-429b-9f39-dd472bc415aa",
    "isBase": true,
    "artifacts": [
      "d6610943-eb5f-4393-bb1f-1c725684ed9a",
      "c75c16fc-6f77-4e33-b333-b883671e83e0",
      "c08b7e3d-0781-4e56-9816-fd67a438775b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:20:11.721Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb101e39-b3da-45f2-b84a-0699ee8df045
VfModuleModelInvariantUUID:2bf562d9-0e1e-4061-b51b-e84a52c476fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6610943-eb5f-4393-bb1f-1c725684ed9a
,
c75c16fc-6f77-4e33-b333-b883671e83e0
,
c08b7e3d-0781-4e56-9816-fd67a438775b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:20:11.723Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2bf562d9-0e1e-4061-b51b-e84a52c476fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb101e39-b3da-45f2-b84a-0699ee8df045",
    "vfModuleModelCustomizationUUID": "8efe94c8-bdd6-429b-9f39-dd472bc415aa",
    "isBase": true,
    "artifacts": [
      "d6610943-eb5f-4393-bb1f-1c725684ed9a",
      "c75c16fc-6f77-4e33-b333-b883671e83e0",
      "c08b7e3d-0781-4e56-9816-fd67a438775b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:20:11.723Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb101e39-b3da-45f2-b84a-0699ee8df045
VfModuleModelInvariantUUID:2bf562d9-0e1e-4061-b51b-e84a52c476fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6610943-eb5f-4393-bb1f-1c725684ed9a
,
c75c16fc-6f77-4e33-b333-b883671e83e0
,
c08b7e3d-0781-4e56-9816-fd67a438775b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:20:11.723Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c75c16fc-6f77-4e33-b333-b883671e83e0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-16T11:20:11.723Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:20:11.723Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-16T11:20:11.787Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:20:11.787Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c75c16fc-6f77-4e33-b333-b883671e83e0 1164
2022-11-16T11:20:11.788Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-16T11:20:11.788Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-16T11:20:11.788Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:20:11.789Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:11.791Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:11.791Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597611788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:20:11.891Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:11.893Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:11.893Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:11.907Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:11.907Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:12.792Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c08b7e3d-0781-4e56-9816-fd67a438775b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-16T11:20:12.793Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-16T11:20:12.793Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-16T11:20:12.854Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-16T11:20:12.854Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c08b7e3d-0781-4e56-9816-fd67a438775b 200
2022-11-16T11:20:12.854Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-16T11:20:12.855Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-16T11:20:12.855Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:20:12.855Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:12.857Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:12.857Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597612854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:20:12.957Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:20:12.959Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:12.959Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:12.975Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:12.976Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:20:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:20:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:20:13.058Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:13.090Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:13.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:20:13.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bfef213-510d-41d9-8236-239d4aefafd8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597546515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:20:13.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:20:13.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:20:13.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:20:13.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:20:13.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:20:13.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:20:13.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:20:13.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:20:13.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:20:13.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:20:13.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:20:13.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:20:13.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:20:13.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:20:13.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-16T11:20:13.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:20:13.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:20:13.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:20:13.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:20:13.858Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5f5cc306-b7fa-4b46-81d9-a19be98e9e21
2022-11-16T11:20:13.859Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fab55f9e-b0d3-4a11-bea6-0d5f7f87c444 ASDC
2022-11-16T11:20:13.872Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:20:13.887Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1640da3b, org.onap.sdc.toscaparser.api.parameters.Input@30564412, org.onap.sdc.toscaparser.api.parameters.Input@35c2b6b9, org.onap.sdc.toscaparser.api.parameters.Input@4a6112f8, org.onap.sdc.toscaparser.api.parameters.Input@5ae0988d]
2022-11-16T11:20:13.889Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.890Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.890Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-16T11:20:13.890Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fb34cce9-2126-4800-89c0-8733b42b3d60
2022-11-16T11:20:13.890Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb34cce9-2126-4800-89c0-8733b42b3d60 matches Tosca VF Customization UUID: fb34cce9-2126-4800-89c0-8733b42b3d60
2022-11-16T11:20:13.890Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fb34cce9-2126-4800-89c0-8733b42b3d60  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-16T11:20:13.893Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.893Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.893Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fb34cce9-2126-4800-89c0-8733b42b3d60: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-16T11:20:13.894Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3af708f0
2022-11-16T11:20:13.894Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.894Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:20:13.895Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8efe94c8-bdd6-429b-9f39-dd472bc415aa
2022-11-16T11:20:13.895Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8efe94c8-bdd6-429b-9f39-dd472bc415aa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-16T11:20:13.898Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.898Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:13.898Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:20:13.899Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.899Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:13.899Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:20:13.899Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.899Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-16T11:20:13.899Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-16T11:20:13.900Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1f0b5794-139d-4bbe-863a-9dc0b27cda75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-16T11:20:13.902Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.903Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:13.903Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:20:13.903Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.903Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-16T11:20:13.903Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fb34cce9-2126-4800-89c0-8733b42b3d60
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:20:13.907Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.907Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.907Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5f5cc306-b7fa-4b46-81d9-a19be98e9e21: basic_cnf
2022-11-16T11:20:13.908Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.908Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.908Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.908Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.909Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.909Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.909Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.909Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.909Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:20:13.910Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:20:13.910Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:20:13.997Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fab55f9e-b0d3-4a11-bea6-0d5f7f87c444 1 ASDC deployResourceStructure
2022-11-16T11:20:13.998Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-16T11:20:13.998Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-16T11:20:13.998Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-16T11:20:13.998Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:14.000Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:14.000Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597613997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:20:14.101Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:14.102Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:14.102Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:14.116Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:14.117Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:20:15.001Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-16T11:20:15.002Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-16T11:20:15.002Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-16T11:20:15.002Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:15.004Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:15.004Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597615001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:20:15.104Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:20:15.105Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:15.105Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:15.120Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:15.120Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:16.005Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-16T11:20:16.006Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-16T11:20:16.007Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:20:16.007Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:16.018Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:16.019Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597616005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:20:16.110Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-11-16T11:20:16.111Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:16.111Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:16.126Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:16.126Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:17.021Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-16T11:20:17.021Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-16T11:20:17.022Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:20:17.022Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:17.025Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:17.025Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597617021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:20:17.126Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:20:17.127Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:17.127Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:17.159Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:17.161Z||pool-85-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:18.027Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-16T11:20:18.027Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-16T11:20:18.027Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:20:18.028Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:18.030Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:18.030Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597618026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:20:18.130Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:18.131Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:18.132Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:18.145Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:18.145Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:20:19.031Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-16T11:20:19.031Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-16T11:20:19.032Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:20:19.032Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:19.034Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:19.034Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597619031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:20:19.134Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:20:19.135Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:19.135Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:19.150Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:19.151Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:20:20.036Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b53a60-3533-4973-9197-31b46b4e0629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:20:20.053Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b53a60-3533-4973-9197-31b46b4e0629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:20:20.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:20:20.058Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:20:20.065Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:20:50.065Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6b53a60-3533-4973-9197-31b46b4e0629 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:20:50.075Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6b53a60-3533-4973-9197-31b46b4e0629 and serviceModelVersionId: 5f5cc306-b7fa-4b46-81d9-a19be98e9e21
2022-11-16T11:20:50.076Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c17267e-afc7-4f03-a46e-5715e6632a96
2022-11-16T11:20:50.079Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c17267e-afc7-4f03-a46e-5715e6632a96/model-vers/model-ver/5f5cc306-b7fa-4b46-81d9-a19be98e9e21?depth=0
2022-11-16T11:20:50.089Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:20:50.135Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1c17267e-afc7-4f03-a46e-5715e6632a96/model-vers/model-ver/5f5cc306-b7fa-4b46-81d9-a19be98e9e21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-16T11:20:50.136Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1c17267e-afc7-4f03-a46e-5715e6632a96/model-vers/model-ver/5f5cc306-b7fa-4b46-81d9-a19be98e9e21?depth=0|INFO|500||Invoke
2022-11-16T11:20:50.143Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1c17267e-afc7-4f03-a46e-5715e6632a96/model-vers/model-ver/5f5cc306-b7fa-4b46-81d9-a19be98e9e21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:20:50.291Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1c17267e-afc7-4f03-a46e-5715e6632a96/model-vers/model-ver/5f5cc306-b7fa-4b46-81d9-a19be98e9e21?depth=0|INFO|500||InvokeReturn
2022-11-16T11:20:50.292Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1c17267e-afc7-4f03-a46e-5715e6632a96/model-vers/model-ver/5f5cc306-b7fa-4b46-81d9-a19be98e9e21?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:20:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[209048], x-aai-txid=[2-aai-resources-221116-11:20:50:054-56386], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:20:50.292Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:20:50.292Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:20:50.292Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:20:50.299Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:20:50.300Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6b53a60-3533-4973-9197-31b46b4e0629 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:20:50.300Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:20:50.300Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:20:50.303Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:20:50.303Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597650300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:20:50.404Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:20:50.405Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:20:50.405Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:20:50.427Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:20:50.428Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:20:51.318Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:20:51.319Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:20:51.320Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:21:01.673Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:21:01.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:21:01.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:21:01.674Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:21:11.244Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:21:11.245Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:21:11.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:21:11.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:21:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:21:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:21:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:21:13.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:21:13.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:21:13.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597555301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597558018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597559145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597560229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597561385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:21:13.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597562389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597563393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597564398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:21:13.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1413edfd-adf9-4e4e-80a9-ed6de98b8879",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597595762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:21:13.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:21:13.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-16T11:21:13.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-16T11:21:13.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:21:13.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-16T11:21:13.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:21:13.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597410277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:21:13.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:21:13.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597606014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597608573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.098Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597609635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.098Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597610707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597611788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:13.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:21:13.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597612854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:21:13.100Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:21:20.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:21:20.814Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:21:20.815Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:21:20.815Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:21:30.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:21:30.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:21:30.403Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:21:30.403Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:21:39.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:21:39.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:21:39.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:21:39.973Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:21:49.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:22:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:22:13.052Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:22:13.052Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:22:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:22:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:22:13.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:22:13.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:22:13.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:22:13.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597613997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:22:13.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:22:13.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:22:13.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597615001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:22:13.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:22:13.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:22:13.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597616005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:22:13.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:22:13.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:22:13.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597617021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:22:13.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:22:13.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:22:13.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597618026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:22:13.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:22:13.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:22:13.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597619031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:22:13.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:22:13.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:22:13.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b53a60-3533-4973-9197-31b46b4e0629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668597650300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:22:13.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:22:22.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:23:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:23:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:23:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:23:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:23:13.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:23:13.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:23:22.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:23:22.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:24:13.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:24:13.052Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:24:13.052Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:24:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:24:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:24:13.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:24:22.747Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:24:22.829Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:25:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:25:13.053Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:25:13.053Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:25:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:25:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:25:13.057Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:25:22.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:25:22.642Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:26:13.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:26:13.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:26:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:26:13.057Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:26:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:26:13.057Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:26:22.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:26:22.622Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:27:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:27:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:27:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:27:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:27:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:27:13.056Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:27:22.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:27:22.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:28:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:28:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:28:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:28:13.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:28:13.058Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:28:13.058Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:28:22.623Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:28:22.623Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:29:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:29:13.053Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:29:13.053Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:29:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:29:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:29:13.058Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:29:22.604Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:29:22.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:13.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:30:13.052Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:30:13.052Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:30:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:30:13.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:20.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:20.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:30:20.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e52b3c20-5645-4eb0-a023-797517e15a29","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c29d7a6b-f572-4a01-9a4d-3028b4444292","serviceDescription":"service","serviceInvariantUUID":"f47648e2-d796-4abc-b978-4aa47f47e06e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c624fd2c-960b-441f-a517-cafde9959d02","resourceInvariantUUID":"64594749-5100-4f64-ac85-a99cf8dc0dcd","resourceCustomizationUUID":"785e6169-2d82-4359-844f-eb8ffff24565","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDVlOGI2ZDcyZGM0MThhMDM5OGRiYzU1YTg4YWE1N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38f59774-a096-413d-af18-b0594009a26f","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Y2FkM2FjM2RlMjNkZGE2MTNlOGI4ODg4MzNiYmEwZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"920c5aea-fd91-4e71-b851-5c119357d428","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2d3ffc76-6f2e-4596-9804-f468c74cc2f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ffb293f-28cb-484d-bd9a-715107d90924","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d85a812b-dcd1-4867-bb47-b93adf04e6a8","artifactVersion":"2","generatedFromUUID":"39f77f91-b15b-4fb1-b894-b12e47641b9f"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b","artifactVersion":"2","generatedFromUUID":"2d3ffc76-6f2e-4596-9804-f468c74cc2f5"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39f77f91-b15b-4fb1-b894-b12e47641b9f","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dd0711be-4823-4ba3-b971-0b707aaa3a42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZjE4YjI1OTA1YTMzYjE2NzIyOTFhOTc2MjJhMmE2NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69c28f22-1304-4bc8-a8ab-c49185e37639","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Y2U1YmE4YmUyMzMzMTFjZGFiYjBhZmY4OWUxN2E0MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"926a5914-bbe3-421d-9e4e-ccb437dc921c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:30:20.977Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:20.978Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:20.984Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:20.984Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:30:21.084Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:21.086Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:21.086Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:21.113Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:21.115Z||pool-89-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:30:21.231Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:21.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:30:21.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:30:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:30:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:30:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:30:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:30:21.985Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:21.985Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:21.988Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:21.989Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:30:22.089Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:22.090Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:22.090Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:22.109Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:22.110Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:22.991Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:22.992Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:22.995Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:22.996Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:30:23.096Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:23.097Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:23.097Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:23.114Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:23.114Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:23.996Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:23.998Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:24.000Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:24.000Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:30:24.101Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:30:24.102Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:24.102Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:24.114Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:24.115Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:30:25.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:25.002Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:25.004Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:25.004Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-16T11:30:25.105Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:25.106Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:25.106Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:25.119Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:25.120Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:26.005Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:26.005Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:26.014Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:26.014Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-16T11:30:26.109Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-16T11:30:26.110Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:26.110Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:26.124Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:26.125Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:27.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:27.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:27.017Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:27.018Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-16T11:30:27.119Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:30:27.119Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:27.120Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:27.138Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:27.139Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:30:28.018Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:28.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:28.022Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:28.023Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:30:28.123Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:28.124Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:28.124Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:28.137Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:28.138Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:29.023Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:29.024Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:29.026Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:29.026Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:30:29.126Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:30:29.128Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:29.128Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:29.142Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:29.142Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:30:30.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:30:30.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:30.030Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:30.031Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:30:30.131Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:30.132Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:30.132Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:30.151Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:30.152Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:31.032Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c29d7a6b-f572-4a01-9a4d-3028b4444292",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f47648e2-d796-4abc-b978-4aa47f47e06e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "785e6169-2d82-4359-844f-eb8ffff24565",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c624fd2c-960b-441f-a517-cafde9959d02",
      "resourceInvariantUUID": "64594749-5100-4f64-ac85-a99cf8dc0dcd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Y2FkM2FjM2RlMjNkZGE2MTNlOGI4ODg4MzNiYmEwZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "920c5aea-fd91-4e71-b851-5c119357d428",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2d3ffc76-6f2e-4596-9804-f468c74cc2f5",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b",
            "generatedFromUUID": "2d3ffc76-6f2e-4596-9804-f468c74cc2f5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d85a812b-dcd1-4867-bb47-b93adf04e6a8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39f77f91-b15b-4fb1-b894-b12e47641b9f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Y2U1YmE4YmUyMzMzMTFjZGFiYjBhZmY4OWUxN2E0MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "926a5914-bbe3-421d-9e4e-ccb437dc921c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:30:31.033Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:30:31.033Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c29d7a6b-f572-4a01-9a4d-3028b4444292 ASDC
2022-11-16T11:30:31.035Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e52b3c20-5645-4eb0-a023-797517e15a29
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:c29d7a6b-f572-4a01-9a4d-3028b4444292
ServiceInvariantUUID:f47648e2-d796-4abc-b978-4aa47f47e06e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:926a5914-bbe3-421d-9e4e-ccb437dc921c
ArtifactChecksum:Y2U1YmE4YmUyMzMzMTFjZGFiYjBhZmY4OWUxN2E0MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:785e6169-2d82-4359-844f-eb8ffff24565
ResourceInvariantUUID:64594749-5100-4f64-ac85-a99cf8dc0dcd
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c624fd2c-960b-441f-a517-cafde9959d02
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:920c5aea-fd91-4e71-b851-5c119357d428
ArtifactChecksum:Y2FkM2FjM2RlMjNkZGE2MTNlOGI4ODg4MzNiYmEwZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:2d3ffc76-6f2e-4596-9804-f468c74cc2f5
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:d85a812b-dcd1-4867-bb47-b93adf04e6a8
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:39f77f91-b15b-4fb1-b894-b12e47641b9f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-16T11:30:31.035Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c29d7a6b-f572-4a01-9a4d-3028b4444292 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:30:31.084Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:30:31.086Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-16T11:30:31.086Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-16T11:30:31.087Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 926a5914-bbe3-421d-9e4e-ccb437dc921c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:31.087Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:30:31.087Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:31.143Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:30:31.145Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 926a5914-bbe3-421d-9e4e-ccb437dc921c 162969
2022-11-16T11:30:31.146Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-16T11:30:31.146Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:31.147Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:30:31.147Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:31.150Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:31.150Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598231146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:30:31.250Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:31.251Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:31.251Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:31.265Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:31.265Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:32.150Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:30:32.152Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-16T11:30:32.153Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 926a5914-bbe3-421d-9e4e-ccb437dc921c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:32.153Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-16T11:30:32.154Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:32.155Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:32.367Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16346932577340186550/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-16T11:30:33.933Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:30:33.933Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-16T11:30:33.934Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.935Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:33.935Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:33.935Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-16T11:30:33.935Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:30:33.935Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.936Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:33.936Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:33.936Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-16T11:30:33.936Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:30:33.936Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.936Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:33.937Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.937Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-16T11:30:33.937Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-16T11:30:33.937Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-16T11:30:33.937Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T11:30:33.937Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.938Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:30:33.938Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.938Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:33.938Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:30:33.938Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.939Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:33.939Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:30:33.939Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.939Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:33.939Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:30:33.939Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.939Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:33.940Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:30:33.940Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.940Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-16T11:30:33.940Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-16T11:30:33.940Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4518d1cb-72a8-4537-b4d3-5bcfba1d11c3
2022-11-16T11:30:33.940Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.940Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:33.941Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.941Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:33.941Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.941Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:33.941Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:33.941Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:33.941Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:c29d7a6b-f572-4a01-9a4d-3028b4444292
Model Version:NULL
Model InvariantUuid:f47648e2-d796-4abc-b978-4aa47f47e06e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:fb3d6861-327d-4bd7-8a50-65d65b3b6cc5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64594749-5100-4f64-ac85-a99cf8dc0dcd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:785e6169-2d82-4359-844f-eb8ffff24565
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dadfff94-bfd3-4d36-be34-7238e879c1b1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:16d66b55-5140-4d91-9e92-2d416f912231
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:735382a7-573f-44f9-899e-f9730aa50efd
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:0b39bc72-f101-4c34-b439-8387ad1c79b7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4518d1cb-72a8-4537-b4d3-5bcfba1d11c3
ModelInvariantUuid:dd41ee34-456a-407e-adf7-aeef03d1d482
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:53a1aaa9-735a-4687-8fcc-2a6d8934e4de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5cd84bfa-399d-46d6-bb96-2d4cc9a27489
ModelInvariantUuid:28bbb041-8c1a-46f1-80cb-1dc48c3c302a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ba823d76-7687-4c9f-b782-4fd77f7f1bcb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:30:33.951Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c624fd2c-960b-441f-a517-cafde9959d02
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:30:33.956Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-11-16T11:30:33.956Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c624fd2c-960b-441f-a517-cafde9959d02
2022-11-16T11:30:33.956Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 920c5aea-fd91-4e71-b851-5c119357d428 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-16T11:30:33.956Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:30:33.956Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-16T11:30:34.018Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:30:34.019Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 920c5aea-fd91-4e71-b851-5c119357d428 1565
2022-11-16T11:30:34.019Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-16T11:30:34.019Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-16T11:30:34.019Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:30:34.020Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:34.022Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:34.022Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598234019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:30:34.122Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:34.123Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:34.123Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:34.139Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:34.139Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:35.022Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "735382a7-573f-44f9-899e-f9730aa50efd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b39bc72-f101-4c34-b439-8387ad1c79b7",
    "vfModuleModelCustomizationUUID": "9c66cc8a-63a6-4d26-8f0f-f0b6f7d10918",
    "isBase": true,
    "artifacts": [
      "2d3ffc76-6f2e-4596-9804-f468c74cc2f5",
      "4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "dadfff94-bfd3-4d36-be34-7238e879c1b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "16d66b55-5140-4d91-9e92-2d416f912231",
    "vfModuleModelCustomizationUUID": "59917377-80ea-4aa6-abfa-a3e1cbfa0796",
    "isBase": false,
    "artifacts": [
      "39f77f91-b15b-4fb1-b894-b12e47641b9f"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:30:35.027Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b39bc72-f101-4c34-b439-8387ad1c79b7
VfModuleModelInvariantUUID:735382a7-573f-44f9-899e-f9730aa50efd
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d3ffc76-6f2e-4596-9804-f468c74cc2f5
,
4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:16d66b55-5140-4d91-9e92-2d416f912231
VfModuleModelInvariantUUID:dadfff94-bfd3-4d36-be34-7238e879c1b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
39f77f91-b15b-4fb1-b894-b12e47641b9f

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-11-16T11:30:35.029Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "735382a7-573f-44f9-899e-f9730aa50efd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b39bc72-f101-4c34-b439-8387ad1c79b7",
    "vfModuleModelCustomizationUUID": "9c66cc8a-63a6-4d26-8f0f-f0b6f7d10918",
    "isBase": true,
    "artifacts": [
      "2d3ffc76-6f2e-4596-9804-f468c74cc2f5",
      "4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "dadfff94-bfd3-4d36-be34-7238e879c1b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "16d66b55-5140-4d91-9e92-2d416f912231",
    "vfModuleModelCustomizationUUID": "59917377-80ea-4aa6-abfa-a3e1cbfa0796",
    "isBase": false,
    "artifacts": [
      "39f77f91-b15b-4fb1-b894-b12e47641b9f"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:30:35.029Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b39bc72-f101-4c34-b439-8387ad1c79b7
VfModuleModelInvariantUUID:735382a7-573f-44f9-899e-f9730aa50efd
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d3ffc76-6f2e-4596-9804-f468c74cc2f5
,
4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:16d66b55-5140-4d91-9e92-2d416f912231
VfModuleModelInvariantUUID:dadfff94-bfd3-4d36-be34-7238e879c1b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
39f77f91-b15b-4fb1-b894-b12e47641b9f

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-11-16T11:30:35.030Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2d3ffc76-6f2e-4596-9804-f468c74cc2f5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-16T11:30:35.030Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:30:35.030Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-16T11:30:35.140Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:30:35.141Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2d3ffc76-6f2e-4596-9804-f468c74cc2f5 914
2022-11-16T11:30:35.141Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-16T11:30:35.141Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-16T11:30:35.141Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:30:35.142Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:35.144Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:35.144Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598235141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:30:35.244Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:35.245Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:35.245Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:35.263Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:35.263Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:36.145Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d85a812b-dcd1-4867-bb47-b93adf04e6a8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-16T11:30:36.145Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:30:36.146Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-16T11:30:36.289Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:30:36.290Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d85a812b-dcd1-4867-bb47-b93adf04e6a8 12
2022-11-16T11:30:36.290Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-16T11:30:36.291Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-16T11:30:36.291Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:30:36.291Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:36.293Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:36.293Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598236290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:30:36.394Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:36.395Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:36.395Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:36.410Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:36.410Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:37.294Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-16T11:30:37.295Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:30:37.295Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-16T11:30:37.346Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:30:37.347Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 4fe8ebb1-85de-4a5f-b8ae-97c1695e1b5b 96
2022-11-16T11:30:37.347Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-16T11:30:37.347Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-16T11:30:37.347Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:30:37.347Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:37.350Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:37.350Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598237347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:30:37.450Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:37.451Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:37.451Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:37.464Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:37.465Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:38.350Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 39f77f91-b15b-4fb1-b894-b12e47641b9f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-16T11:30:38.351Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:30:38.352Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-16T11:30:38.439Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:30:38.440Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 39f77f91-b15b-4fb1-b894-b12e47641b9f 20206
2022-11-16T11:30:38.440Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-16T11:30:38.440Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-16T11:30:38.440Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:30:38.440Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:38.443Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:38.443Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598238440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:30:38.544Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:38.545Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:38.545Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:38.565Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:38.566Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:39.447Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c29d7a6b-f572-4a01-9a4d-3028b4444292
2022-11-16T11:30:39.448Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c624fd2c-960b-441f-a517-cafde9959d02 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:30:39.460Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59b3b0a8, org.onap.sdc.toscaparser.api.parameters.Input@132d449f, org.onap.sdc.toscaparser.api.parameters.Input@76f85851, org.onap.sdc.toscaparser.api.parameters.Input@1f070cac, org.onap.sdc.toscaparser.api.parameters.Input@5bf5c914]
2022-11-16T11:30:39.463Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.463Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.463Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-16T11:30:39.464Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 785e6169-2d82-4359-844f-eb8ffff24565
2022-11-16T11:30:39.464Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 785e6169-2d82-4359-844f-eb8ffff24565 matches Tosca VF Customization UUID: 785e6169-2d82-4359-844f-eb8ffff24565
2022-11-16T11:30:39.464Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 785e6169-2d82-4359-844f-eb8ffff24565  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-16T11:30:39.469Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.469Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.470Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 785e6169-2d82-4359-844f-eb8ffff24565: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-16T11:30:39.470Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@314e8589
2022-11-16T11:30:39.470Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.470Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:30:39.470Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59917377-80ea-4aa6-abfa-a3e1cbfa0796
2022-11-16T11:30:39.471Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59917377-80ea-4aa6-abfa-a3e1cbfa0796
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-16T11:30:39.479Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.479Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:39.480Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:30:39.480Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.480Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:39.480Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:30:39.481Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.481Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-16T11:30:39.481Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=785e6169-2d82-4359-844f-eb8ffff24565
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:30:39.486Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.486Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.487Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c29d7a6b-f572-4a01-9a4d-3028b4444292: basic_cnf_macro
2022-11-16T11:30:39.487Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.487Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.487Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.487Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.488Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.488Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.488Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.488Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.488Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:30:39.488Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:30:39.488Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:30:39.573Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c624fd2c-960b-441f-a517-cafde9959d02 2 ASDC deployResourceStructure
2022-11-16T11:30:39.574Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-16T11:30:39.574Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-16T11:30:39.574Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:30:39.574Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:39.576Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:39.576Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598239574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:30:39.677Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:30:39.678Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:39.678Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:39.714Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:39.714Z||pool-105-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:40.578Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-16T11:30:40.578Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-16T11:30:40.578Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:30:40.578Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:40.580Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:40.580Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598240577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:30:40.681Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:40.682Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:40.682Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:40.698Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:40.698Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:41.581Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-16T11:30:41.582Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-16T11:30:41.582Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-16T11:30:41.584Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:41.586Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:41.586Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598241581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:30:41.688Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:30:41.689Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:41.689Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:41.713Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:41.714Z||pool-107-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:42.591Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-16T11:30:42.592Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-16T11:30:42.592Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:30:42.592Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:42.594Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:42.594Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598242591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:30:42.694Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:42.695Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:42.696Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:42.709Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:42.710Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:43.595Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-16T11:30:43.596Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-16T11:30:43.596Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-16T11:30:43.596Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:43.600Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:43.600Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598243595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:30:43.702Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T11:30:43.703Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:43.703Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:43.719Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:43.719Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:30:44.602Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-16T11:30:44.603Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-16T11:30:44.603Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:30:44.603Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:30:44.606Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:30:44.606Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598244602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:30:44.706Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:30:44.707Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:30:44.708Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:30:44.723Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:30:44.723Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:30:45.608Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:30:45.622Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:30:45.625Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:30:45.625Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:30:45.625Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:31:13.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:31:13.061Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:31:13.062Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:31:13.090Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:31:13.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T11:31:13.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:31:13.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:31:15.626Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:31:15.675Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:31:15.687Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:31:15.687Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:31:15.688Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:31:45.688Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:31:45.702Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:31:45.704Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:31:45.704Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:31:45.704Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:32:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:32:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:32:13.058Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:32:13.084Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:32:13.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:32:13.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:32:13.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:32:15.704Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:32:15.739Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:32:15.742Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:32:15.742Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:32:15.742Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:32:45.743Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:32:45.755Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:32:45.757Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:32:45.757Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:32:45.757Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:33:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:33:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:33:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:13.093Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:13.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598214284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598215194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598213051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598219765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598232699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "cds",
  "timestamp": 1668598230675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598231146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598231807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598233770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598234833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598234019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598235964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598235141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598237090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:33:13.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e52b3c20-5645-4eb0-a023-797517e15a29
2022-11-16T11:33:13.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e52b3c20-5645-4eb0-a023-797517e15a29 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:33:13.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598236290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598238095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598237347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598238440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598239613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598239574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "aai-ml",
  "timestamp": 1668598240617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:33:13.171Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e52b3c20-5645-4eb0-a023-797517e15a29
2022-11-16T11:33:13.171Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e52b3c20-5645-4eb0-a023-797517e15a29 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:33:13.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598232314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598240577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598243126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598241581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:33:13.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598244132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598242591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "policy-id",
  "timestamp": 1668598245137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:33:13.189Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e52b3c20-5645-4eb0-a023-797517e15a29
2022-11-16T11:33:13.189Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e52b3c20-5645-4eb0-a023-797517e15a29 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-16T11:33:13.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598243595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-16T11:33:13.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598244602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598239426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598250183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598252533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:33:13.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:33:13.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598253537,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:33:13.209Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e52b3c20-5645-4eb0-a023-797517e15a29
2022-11-16T11:33:13.209Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e52b3c20-5645-4eb0-a023-797517e15a29 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:33:13.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:13.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:33:13.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:13.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:33:15.761Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:33:15.776Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:33:15.779Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:33:15.783Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:33:45.784Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e52b3c20-5645-4eb0-a023-797517e15a29 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:33:45.791Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e52b3c20-5645-4eb0-a023-797517e15a29 and serviceModelVersionId: c29d7a6b-f572-4a01-9a4d-3028b4444292
2022-11-16T11:33:45.791Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f47648e2-d796-4abc-b978-4aa47f47e06e
2022-11-16T11:33:45.793Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f47648e2-d796-4abc-b978-4aa47f47e06e/model-vers/model-ver/c29d7a6b-f572-4a01-9a4d-3028b4444292?depth=0
2022-11-16T11:33:45.804Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:33:45.872Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f47648e2-d796-4abc-b978-4aa47f47e06e/model-vers/model-ver/c29d7a6b-f572-4a01-9a4d-3028b4444292?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-16T11:33:45.875Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f47648e2-d796-4abc-b978-4aa47f47e06e/model-vers/model-ver/c29d7a6b-f572-4a01-9a4d-3028b4444292?depth=0|INFO|500||Invoke
2022-11-16T11:33:45.882Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f47648e2-d796-4abc-b978-4aa47f47e06e/model-vers/model-ver/c29d7a6b-f572-4a01-9a4d-3028b4444292?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:33:45.996Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f47648e2-d796-4abc-b978-4aa47f47e06e/model-vers/model-ver/c29d7a6b-f572-4a01-9a4d-3028b4444292?depth=0|INFO|500||InvokeReturn
2022-11-16T11:33:45.996Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f47648e2-d796-4abc-b978-4aa47f47e06e/model-vers/model-ver/c29d7a6b-f572-4a01-9a4d-3028b4444292?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:33:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[108], vertex-id=[221360], x-aai-txid=[2-aai-resources-221116-11:33:45:790-95499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:33:45.997Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:33:45.997Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:33:45.997Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:33:46.008Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:33:46.008Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e52b3c20-5645-4eb0-a023-797517e15a29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:33:46.009Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:33:46.009Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:46.035Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:46.035Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598426008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:33:46.115Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-11-16T11:33:46.116Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:46.116Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:46.146Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:46.147Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:33:47.052Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:33:47.053Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:33:47.053Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:52.032Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:52.033Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-16T11:33:52.033Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"66065909-defc-4bf0-87de-721c20e63e51","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6e99d9b1-4d62-47ce-94d3-c011f111db23","serviceDescription":"service","serviceInvariantUUID":"568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70e63dbe-9f61-4ec7-aed5-c2172985e2e2","resourceInvariantUUID":"14d87ff5-ff6f-40ca-97f8-c4cd657ed46f","resourceCustomizationUUID":"91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ODBjYWRhNzg1MzI0NWI1OWQwMjJlOGZmMDUwYTAwMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ba19654-f82d-49b2-a6a4-fc6cd69a8412","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"OWIwZTcxOGJhOWYwMmMwMzU3YjBmNmVmYTllZWFlMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3168245d-174d-4c67-9e74-d5e946c4fa75","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4356cc53-5e2d-413f-a210-1fcbc26a97cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5829bdce-f6da-4f50-944b-b78a65f8f5f1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b697558f-6626-494b-9a53-f508554b535b","artifactVersion":"2","generatedFromUUID":"4356cc53-5e2d-413f-a210-1fcbc26a97cd"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MmQ3NmNlZmRlNWIzNGEzZGVkZWQ3NGJlZGUwNGZjMmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b93cb282-8ba1-43eb-b666-f97db199f9a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NzZmZTYyZTJjOGZmZWE1ZGE4MjVjNjdjYzY5NGZjZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"681bc10f-53ab-402f-81a7-4f33a3da0c09","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjI5NzYzYjM3MDFiMjE1NWFhNTRkYzJiNDE0YmM1MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d13e353-f878-4835-8aba-48bb321fb941","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T11:33:52.036Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:52.037Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:52.040Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:52.041Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:52.150Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-16T11:33:52.154Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:52.154Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:52.195Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:52.196Z||pool-112-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:33:53.041Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:53.043Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:53.047Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:53.047Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:33:53.148Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:33:53.149Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:53.149Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:53.166Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:53.167Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:33:54.048Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:54.049Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:54.052Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:54.052Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:33:54.152Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:33:54.153Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:54.153Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:54.169Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:54.170Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:33:55.053Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:55.053Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:55.056Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:55.057Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:55.157Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:33:55.158Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:55.158Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:55.181Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:55.181Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:33:56.066Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:56.087Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:56.130Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:56.131Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-16T11:33:56.233Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-16T11:33:56.235Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:56.235Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:56.414Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:56.415Z||pool-116-thread-1|||||INFO|500||cambria reply ok (181 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:33:57.131Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:57.132Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:57.135Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:57.135Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:57.235Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:33:57.236Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:57.236Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:57.263Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:57.264Z||pool-117-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:33:58.136Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:58.137Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:58.140Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:58.140Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:33:58.240Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:33:58.241Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:58.241Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:58.258Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:58.259Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:33:59.140Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T11:33:59.141Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:33:59.144Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:33:59.144Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:33:59.244Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:33:59.245Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:33:59.245Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:33:59.259Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:33:59.259Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:34:00.148Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6e99d9b1-4d62-47ce-94d3-c011f111db23",
  "serviceDescription": "service",
  "serviceInvariantUUID": "568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70e63dbe-9f61-4ec7-aed5-c2172985e2e2",
      "resourceInvariantUUID": "14d87ff5-ff6f-40ca-97f8-c4cd657ed46f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "OWIwZTcxOGJhOWYwMmMwMzU3YjBmNmVmYTllZWFlMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3168245d-174d-4c67-9e74-d5e946c4fa75",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4356cc53-5e2d-413f-a210-1fcbc26a97cd",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b697558f-6626-494b-9a53-f508554b535b",
            "generatedFromUUID": "4356cc53-5e2d-413f-a210-1fcbc26a97cd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b697558f-6626-494b-9a53-f508554b535b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjI5NzYzYjM3MDFiMjE1NWFhNTRkYzJiNDE0YmM1MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d13e353-f878-4835-8aba-48bb321fb941"
    }
  ],
  "workloadContext": "Production"
}
2022-11-16T11:34:00.150Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T11:34:00.150Z|e52b3c20-5645-4eb0-a023-797517e15a29|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e99d9b1-4d62-47ce-94d3-c011f111db23 ASDC
2022-11-16T11:34:00.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:66065909-defc-4bf0-87de-721c20e63e51
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6e99d9b1-4d62-47ce-94d3-c011f111db23
ServiceInvariantUUID:568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:0d13e353-f878-4835-8aba-48bb321fb941
ArtifactChecksum:YjI5NzYzYjM3MDFiMjE1NWFhNTRkYzJiNDE0YmM1MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac
ResourceInvariantUUID:14d87ff5-ff6f-40ca-97f8-c4cd657ed46f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:70e63dbe-9f61-4ec7-aed5-c2172985e2e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:3168245d-174d-4c67-9e74-d5e946c4fa75
ArtifactChecksum:OWIwZTcxOGJhOWYwMmMwMzU3YjBmNmVmYTllZWFlMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:4356cc53-5e2d-413f-a210-1fcbc26a97cd
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:b697558f-6626-494b-9a53-f508554b535b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:b697558f-6626-494b-9a53-f508554b535b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-16T11:34:00.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e99d9b1-4d62-47ce-94d3-c011f111db23 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:34:00.203Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:34:00.204Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-16T11:34:00.204Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-16T11:34:00.204Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d13e353-f878-4835-8aba-48bb321fb941 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-16T11:34:00.205Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:34:00.205Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-16T11:34:00.338Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:34:00.339Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0d13e353-f878-4835-8aba-48bb321fb941 82628
2022-11-16T11:34:00.339Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-16T11:34:00.339Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-16T11:34:00.340Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:34:00.340Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:00.342Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:00.342Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598440339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:00.442Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:34:00.444Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:00.444Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:00.458Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:00.459Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:34:01.343Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T11:34:01.344Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-16T11:34:01.344Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d13e353-f878-4835-8aba-48bb321fb941, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:01.345Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-16T11:34:01.345Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:01.345Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:01.628Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11354350741310515436/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-16T11:34:03.147Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.148Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.149Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.149Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-16T11:34:03.149Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-16T11:34:03.149Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.149Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:03.149Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:03.150Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-16T11:34:03.150Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:34:03.150Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.150Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:03.150Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:03.150Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-16T11:34:03.150Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T11:34:03.151Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.151Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:03.151Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.151Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-16T11:34:03.151Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-16T11:34:03.151Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-16T11:34:03.151Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-16T11:34:03.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-16T11:34:03.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T11:34:03.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:34:03.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:03.152Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:34:03.153Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.153Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:03.153Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:34:03.153Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.153Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:03.153Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:34:03.154Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.154Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-16T11:34:03.154Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-16T11:34:03.154Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-16T11:34:03.155Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e771486c-a5e3-404c-8cf3-2613146c7ad1
2022-11-16T11:34:03.155Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.155Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:03.155Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.155Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:03.156Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.156Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:03.156Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:03.156Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:03.156Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6e99d9b1-4d62-47ce-94d3-c011f111db23
Model Version:NULL
Model InvariantUuid:568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:481f8a58-321f-4fd8-82be-1bd534079dfc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:14d87ff5-ff6f-40ca-97f8-c4cd657ed46f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b9cdd361-7cda-46dc-8896-5bcffb6edf19
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9de10dd5-52c4-430e-affb-4293f3a29da2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e771486c-a5e3-404c-8cf3-2613146c7ad1
ModelInvariantUuid:55cecb69-0146-4613-98d0-479d7ab82eab
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c5b495a1-367a-44a6-94dc-8d0931430f0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6730a8a9-43f1-4d50-a295-7acd2ddc2029
ModelInvariantUuid:0268989f-69e2-421e-bf77-12e8e70b92db
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:072b4310-daed-4d84-a6da-5203c9f512fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T11:34:03.164Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 70e63dbe-9f61-4ec7-aed5-c2172985e2e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:34:03.167Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-11-16T11:34:03.167Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70e63dbe-9f61-4ec7-aed5-c2172985e2e2
2022-11-16T11:34:03.167Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3168245d-174d-4c67-9e74-d5e946c4fa75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-16T11:34:03.168Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:34:03.168Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-16T11:34:03.273Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:34:03.274Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3168245d-174d-4c67-9e74-d5e946c4fa75 792
2022-11-16T11:34:03.274Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-16T11:34:03.274Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-16T11:34:03.275Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:34:03.275Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:03.277Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:03.277Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598443274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:03.378Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T11:34:03.379Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:03.379Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:03.393Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:03.394Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:34:04.278Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b9cdd361-7cda-46dc-8896-5bcffb6edf19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9de10dd5-52c4-430e-affb-4293f3a29da2",
    "vfModuleModelCustomizationUUID": "83b3eece-ce5f-43fa-b61b-28693252d2bd",
    "isBase": true,
    "artifacts": [
      "4356cc53-5e2d-413f-a210-1fcbc26a97cd",
      "b697558f-6626-494b-9a53-f508554b535b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:34:04.283Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9de10dd5-52c4-430e-affb-4293f3a29da2
VfModuleModelInvariantUUID:b9cdd361-7cda-46dc-8896-5bcffb6edf19
VfModuleModelDescription:NULL
Artifacts UUID List:{
4356cc53-5e2d-413f-a210-1fcbc26a97cd
,
b697558f-6626-494b-9a53-f508554b535b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:34:04.285Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b9cdd361-7cda-46dc-8896-5bcffb6edf19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9de10dd5-52c4-430e-affb-4293f3a29da2",
    "vfModuleModelCustomizationUUID": "83b3eece-ce5f-43fa-b61b-28693252d2bd",
    "isBase": true,
    "artifacts": [
      "4356cc53-5e2d-413f-a210-1fcbc26a97cd",
      "b697558f-6626-494b-9a53-f508554b535b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-16T11:34:04.285Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9de10dd5-52c4-430e-affb-4293f3a29da2
VfModuleModelInvariantUUID:b9cdd361-7cda-46dc-8896-5bcffb6edf19
VfModuleModelDescription:NULL
Artifacts UUID List:{
4356cc53-5e2d-413f-a210-1fcbc26a97cd
,
b697558f-6626-494b-9a53-f508554b535b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-16T11:34:04.286Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4356cc53-5e2d-413f-a210-1fcbc26a97cd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-16T11:34:04.286Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:34:04.286Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-16T11:34:04.342Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:34:04.343Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4356cc53-5e2d-413f-a210-1fcbc26a97cd 5033
2022-11-16T11:34:04.343Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-16T11:34:04.343Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-16T11:34:04.343Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:34:04.344Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:04.346Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:04.346Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598444343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:04.446Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:34:04.447Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:04.447Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:04.461Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:04.462Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:34:05.349Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b697558f-6626-494b-9a53-f508554b535b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-16T11:34:05.349Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-16T11:34:05.349Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-16T11:34:05.408Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-16T11:34:05.408Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b697558f-6626-494b-9a53-f508554b535b 903
2022-11-16T11:34:05.409Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-16T11:34:05.409Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-16T11:34:05.409Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T11:34:05.410Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:05.412Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:05.412Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598445409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:05.512Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:34:05.513Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:05.513Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:05.529Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:05.529Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:34:06.413Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6e99d9b1-4d62-47ce-94d3-c011f111db23
2022-11-16T11:34:06.413Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 70e63dbe-9f61-4ec7-aed5-c2172985e2e2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:34:06.427Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@245a665c, org.onap.sdc.toscaparser.api.parameters.Input@70c69002, org.onap.sdc.toscaparser.api.parameters.Input@2e4f385a, org.onap.sdc.toscaparser.api.parameters.Input@344515a, org.onap.sdc.toscaparser.api.parameters.Input@74dbbfe8]
2022-11-16T11:34:06.428Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.428Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.428Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-16T11:34:06.429Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac
2022-11-16T11:34:06.429Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac matches Tosca VF Customization UUID: 91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac
2022-11-16T11:34:06.429Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-16T11:34:06.431Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.431Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.432Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-16T11:34:06.432Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46ec4763
2022-11-16T11:34:06.432Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.432Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T11:34:06.433Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83b3eece-ce5f-43fa-b61b-28693252d2bd
2022-11-16T11:34:06.433Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83b3eece-ce5f-43fa-b61b-28693252d2bd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-16T11:34:06.435Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.436Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:06.436Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:34:06.436Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.436Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:06.436Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:34:06.437Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.437Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-16T11:34:06.437Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-16T11:34:06.437Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-16T11:34:06.437Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e771486c-a5e3-404c-8cf3-2613146c7ad1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-16T11:34:06.442Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.442Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:06.442Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T11:34:06.443Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.443Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-16T11:34:06.443Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=91932c4f-9ba2-4c1e-b6ea-9163fdc9d4ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:34:06.445Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.445Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.446Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6e99d9b1-4d62-47ce-94d3-c011f111db23: basic_vm_macro
2022-11-16T11:34:06.446Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.446Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.447Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.447Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.447Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.447Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.447Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.448Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.448Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-16T11:34:06.448Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T11:34:06.448Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:34:06.540Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 70e63dbe-9f61-4ec7-aed5-c2172985e2e2 1 ASDC deployResourceStructure
2022-11-16T11:34:06.541Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-16T11:34:06.541Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-16T11:34:06.541Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:34:06.541Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:06.543Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:06.555Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598446540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:06.644Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-11-16T11:34:06.644Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:06.644Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:06.663Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:06.664Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:34:07.556Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-16T11:34:07.557Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-16T11:34:07.557Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:34:07.557Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:07.560Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:07.560Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598447556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:07.660Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:34:07.661Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:07.661Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:07.682Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:07.683Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-16T11:34:08.560Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-16T11:34:08.561Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-16T11:34:08.561Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:34:08.561Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:08.564Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:08.564Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598448560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:08.664Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:34:08.665Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:08.666Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:08.689Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:08.689Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:34:09.565Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-16T11:34:09.565Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-16T11:34:09.565Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T11:34:09.566Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:34:09.568Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:34:09.568Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598449565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:09.668Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:34:09.669Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:34:09.669Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:09.684Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:09.685Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T11:34:10.569Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66065909-defc-4bf0-87de-721c20e63e51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:34:10.581Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66065909-defc-4bf0-87de-721c20e63e51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:34:10.582Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:34:10.583Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T11:34:10.583Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T11:34:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:34:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:34:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:34:13.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:34:13.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598269426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598272314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598278541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598281035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598282040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598280743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:13.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598275194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "policy-id",
  "timestamp": 1668598283042,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:34:13.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66065909-defc-4bf0-87de-721c20e63e51
2022-11-16T11:34:13.113Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66065909-defc-4bf0-87de-721c20e63e51 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:34:13.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668598281748,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:34:13.128Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66065909-defc-4bf0-87de-721c20e63e51
2022-11-16T11:34:13.128Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66065909-defc-4bf0-87de-721c20e63e51 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:34:13.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598283945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:13.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598274285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598285050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "cds",
  "timestamp": 1668598283255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598286116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598287146,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:34:13.141Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66065909-defc-4bf0-87de-721c20e63e51
2022-11-16T11:34:13.142Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66065909-defc-4bf0-87de-721c20e63e51 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-16T11:34:13.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:34:13.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668598288149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598279764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598288499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598295137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:34:13.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:34:13.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:34:13.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "aai-ml",
  "timestamp": 1668598296140,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:34:13.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66065909-defc-4bf0-87de-721c20e63e51
2022-11-16T11:34:13.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66065909-defc-4bf0-87de-721c20e63e51 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T11:34:40.583Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66065909-defc-4bf0-87de-721c20e63e51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:34:40.597Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66065909-defc-4bf0-87de-721c20e63e51
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-16T11:34:40.603Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T11:34:40.603Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T11:34:40.604Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T11:34:40.604Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T11:34:40.604Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:34:40.604Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:34:40.604Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:34:40.604Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-16T11:34:40.604Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T11:34:40.609Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T11:35:10.610Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66065909-defc-4bf0-87de-721c20e63e51 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-16T11:35:10.615Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66065909-defc-4bf0-87de-721c20e63e51 and serviceModelVersionId: 6e99d9b1-4d62-47ce-94d3-c011f111db23
2022-11-16T11:35:10.615Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9
2022-11-16T11:35:10.616Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9/model-vers/model-ver/6e99d9b1-4d62-47ce-94d3-c011f111db23?depth=0
2022-11-16T11:35:10.620Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T11:35:10.645Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9/model-vers/model-ver/6e99d9b1-4d62-47ce-94d3-c011f111db23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-16T11:35:10.646Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9/model-vers/model-ver/6e99d9b1-4d62-47ce-94d3-c011f111db23?depth=0|INFO|500||Invoke
2022-11-16T11:35:10.652Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9/model-vers/model-ver/6e99d9b1-4d62-47ce-94d3-c011f111db23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-16T11:35:10.761Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9/model-vers/model-ver/6e99d9b1-4d62-47ce-94d3-c011f111db23?depth=0|INFO|500||InvokeReturn
2022-11-16T11:35:10.762Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/568e3aa3-0c88-4a7e-ae5b-59b59f0bedc9/model-vers/model-ver/6e99d9b1-4d62-47ce-94d3-c011f111db23?depth=0 has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 11:35:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[105], vertex-id=[262296], x-aai-txid=[2-aai-resources-221116-11:35:10:555-34371], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-16T11:35:10.762Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-16T11:35:10.763Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T11:35:10.763Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T11:35:10.769Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T11:35:10.769Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66065909-defc-4bf0-87de-721c20e63e51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T11:35:10.770Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T11:35:10.770Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-16T11:35:10.772Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T11:35:10.773Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598510770,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:35:10.873Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T11:35:10.874Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T11:35:10.874Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:35:10.892Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:35:10.893Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T11:35:11.787Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:35:11.787Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:35:11.787Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:35:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:35:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:35:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:35:13.089Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:35:13.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e52b3c20-5645-4eb0-a023-797517e15a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598426008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:35:13.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-16T11:35:13.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:35:13.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598427052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598440339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:35:13.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598443274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:35:13.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598444343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:35:13.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598445409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-16T11:35:13.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598446540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-16T11:35:13.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598447556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-16T11:35:13.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598448560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-16T11:35:13.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T11:35:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598449565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-16T11:35:13.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:35:21.348Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:35:21.349Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:35:21.350Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:35:21.350Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:35:30.921Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:35:30.922Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:35:30.923Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:35:30.923Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:35:40.480Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:35:40.481Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:35:40.481Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:35:40.481Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:35:50.041Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:36:13.053Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:36:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:36:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:36:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:36:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:36:13.058Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:36:13.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:36:13.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-16T11:36:13.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66065909-defc-4bf0-87de-721c20e63e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668598510770,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T11:36:13.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T11:36:22.659Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:37:13.052Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:37:13.054Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:37:13.054Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:37:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:37:13.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:37:13.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:37:22.640Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:37:22.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:38:13.051Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:38:13.053Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:38:13.054Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:38:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:38:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:38:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:38:22.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:38:22.715Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:39:13.051Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:39:13.053Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:39:13.053Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:39:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:39:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:39:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:39:22.616Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:39:22.616Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:40:13.051Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:40:13.052Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:40:13.052Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:40:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:40:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:40:13.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:40:22.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:40:22.601Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:41:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:41:13.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:41:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:41:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:41:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:41:13.056Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:41:22.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:41:22.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:42:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:42:13.054Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:42:13.054Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:42:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:42:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:42:13.056Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:42:22.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:42:22.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:43:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:43:13.054Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:43:13.054Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:43:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:43:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:43:13.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:43:22.603Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:43:22.603Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:44:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:44:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:44:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:44:13.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:44:13.057Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:44:13.057Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:44:22.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:44:22.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:45:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:45:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:45:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:45:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:45:13.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:45:13.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:45:22.610Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:45:22.610Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:46:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:46:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:46:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:46:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:46:13.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:46:13.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:46:22.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:46:22.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:47:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:47:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:47:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:47:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:47:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:47:13.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:47:22.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:47:22.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:48:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:48:13.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:48:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:48:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:48:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:48:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:48:22.602Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:48:22.602Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:49:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:49:13.055Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:49:13.055Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:49:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:49:13.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:49:13.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:49:22.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:49:22.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:50:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:50:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:50:13.054Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:50:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:50:13.057Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:50:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:50:22.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:50:22.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:51:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:51:13.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:51:13.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:51:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:51:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:51:13.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:51:22.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:51:22.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:52:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:52:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:52:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:52:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:52:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:52:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:52:22.631Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:52:22.639Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:53:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:53:13.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:53:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:53:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:53:13.057Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:53:13.057Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:53:22.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:53:22.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:54:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:54:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:54:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:54:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:54:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:54:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:54:22.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:54:22.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:55:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:55:13.055Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:55:13.055Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:55:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:55:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:55:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:55:22.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:55:22.630Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:56:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:56:13.053Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:56:13.053Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:56:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:56:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:56:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:56:22.610Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:56:22.611Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:57:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:57:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:57:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:57:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:57:13.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:57:13.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:57:22.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:57:22.602Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:58:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:58:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:58:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:58:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:58:13.056Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:58:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:58:22.604Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:58:22.605Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:59:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:59:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:59:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:59:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T11:59:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T11:59:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T11:59:22.604Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T11:59:22.605Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:00:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:00:13.054Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:00:13.055Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:00:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:00:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:00:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:00:22.605Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:00:22.648Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:01:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:01:13.053Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:01:13.053Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:01:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:01:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:01:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:01:22.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:01:22.612Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:02:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:02:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:02:13.053Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:02:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:02:13.057Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:02:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:02:22.600Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:02:22.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:03:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:03:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:03:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:03:13.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:03:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:03:13.056Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:03:22.616Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:03:22.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:04:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:04:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:04:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:04:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:04:13.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:04:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:04:22.611Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:04:22.611Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:05:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:05:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:05:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:05:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:05:13.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:05:13.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:05:22.629Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:05:22.632Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:06:13.051Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:06:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:06:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:06:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:06:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:06:13.056Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:06:22.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:06:22.607Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:07:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:07:13.054Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:07:13.054Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:07:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:07:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:07:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:07:22.610Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:07:22.610Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:08:13.052Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:08:13.055Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:08:13.055Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:08:13.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:08:13.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:08:13.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:08:22.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:08:22.615Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:09:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:09:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:09:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:09:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:09:13.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:09:13.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:09:22.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:09:22.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:10:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:10:13.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:10:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:10:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:10:13.064Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:10:13.064Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:10:22.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:10:22.644Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:11:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:11:13.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:11:13.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:11:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:11:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:11:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:11:22.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:11:22.606Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:12:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:12:13.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:12:13.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:12:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:12:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:12:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:12:22.607Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:12:22.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:13:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:13:13.055Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:13:13.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:13:13.056Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:13:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:13:13.057Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:13:22.616Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:13:22.616Z|66065909-defc-4bf0-87de-721c20e63e51|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:14:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:14:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:14:13.054Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:14:13.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:14:13.056Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:14:13.057Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:14:22.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:14:22.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:15:13.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:15:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:15:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:15:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:15:13.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:15:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:15:22.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:15:22.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:16:13.052Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:16:13.053Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:16:13.053Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:16:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:16:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:16:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:16:22.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:16:22.608Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:17:13.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:17:13.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:17:13.052Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:17:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:17:13.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:17:13.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:17:22.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:17:22.645Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:18:13.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:18:13.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:18:13.053Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:18:13.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:18:13.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:18:13.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:18:22.615Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:18:22.657Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:19:13.053Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:19:13.056Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:19:13.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:19:13.056Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:19:13.056Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:19:13.056Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:19:22.632Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:19:22.632Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:20:13.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:20:13.053Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:20:13.053Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:20:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:20:13.056Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:20:13.056Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:20:22.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:20:22.612Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:21:13.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:21:13.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:21:13.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:21:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:21:13.057Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:21:13.057Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:21:22.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:21:22.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:22:13.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:22:13.054Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:22:13.054Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:22:13.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:22:13.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:22:13.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:22:22.612Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:22:22.614Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:23:13.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:23:13.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:23:13.053Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:23:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:23:13.056Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:23:13.056Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:23:22.605Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:23:22.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:24:13.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:24:13.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:24:13.052Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:24:13.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:24:13.057Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:24:13.057Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:24:22.608Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:24:22.651Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:25:13.052Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:25:13.056Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:25:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:25:13.056Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:25:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:25:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:25:22.622Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:25:22.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:26:13.052Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:26:13.054Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:26:13.054Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:26:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:26:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:26:13.056Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:26:22.633Z|a6b53a60-3533-4973-9197-31b46b4e0629|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:26:22.633Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:27:13.052Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:27:13.053Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:27:13.053Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:27:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:27:13.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:27:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:27:22.617Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:27:22.621Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:28:13.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:28:13.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:28:13.052Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:28:13.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:28:13.057Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:28:13.057Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:28:22.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:28:22.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:29:13.052Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:29:13.053Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:29:13.053Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:29:13.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T12:29:13.057Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T12:29:13.058Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CYF5LOQN5KbfGA3B) ...
2022-11-16T12:29:22.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-16T12:29:22.642Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK