By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-24T00:41:05.381Z||main|||||INFO|500||The following profiles are active: basic
2022-03-24T00:41:13.857Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-24T00:41:13.858Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-24T00:41:13.932Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-24T00:41:16.070Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-24T00:41:16.212Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-24T00:41:16.554Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-24T00:41:16.560Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-24T00:41:16.637Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-24T00:41:16.766Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-24T00:41:17.176Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24T00:41:18.030Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T00:41:19.827Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T00:41:19.873Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-24T00:41:20.381Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T00:41:22.041Z||main|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@69b37f5c marked as broken because of SQLSTATE(08000), ErrorCode(0)
java.sql.SQLNonTransientConnectionException: (conn=934) unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
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: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
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.SQLNonTransientConnectionException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.handleIoException(AbstractQueryProtocol.java:2049)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1534)
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
Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:249)
at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:218)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1532)
... 55 common frames omitted
2022-03-24T00:41:22.044Z||main|||||ERROR|500||Could not fetch the SequenceInformation from the database
java.sql.SQLNonTransientConnectionException: (conn=934) unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
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: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
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.SQLNonTransientConnectionException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.handleIoException(AbstractQueryProtocol.java:2049)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1534)
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
Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server)
at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:249)
at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:218)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1532)
... 55 common frames omitted
2022-03-24T00:41:22.155Z||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-03-24T00:41:23.277Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T00:41:24.213Z||main|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@37a36194 ((conn=935) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-24T00:41:24.232Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-24T00:41:24.245Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
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.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$17af6eb7.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
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.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
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.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
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)
2022-03-24T00:41:24.246Z||main|||||WARN|500||The sdc end point is not alive
2022-03-24T00:41:26.712Z||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-03-24T00:41:29.004Z||main|||||WARN|500||---
2022-03-24T00:41:29.004Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-24T00:41:29.004Z||main|||||WARN|500||---
2022-03-24T00:41:29.425Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-24T00:41:33.305Z||main|||||INFO|500||Started Application in 31.831 seconds (JVM running for 32.849)
2022-03-24T00:41:33.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-24T00:41:33.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-24T00:41:33.347Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-24T00:41:33.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-24T00:41:33.440Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1486b22f-7dda-42c2-8b69-81b9ad264410 url= /sdc/v1/artifactTypes
2022-03-24T00:41:33.440Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-24T00:41:33.664Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-24T00:41:33.683Z||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-03-24T00:41:33.703Z||scheduling-1|||||DEBUG|500||create keys
2022-03-24T00:41:33.710Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-24T00:41:34.231Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:41:34.246Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7d31a57-5abe-446b-bbfb-1d9e2ff2e86d url= /sdc/v1/registerForDistribution
2022-03-24T00:41:34.344Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c7d31a57-5abe-446b-bbfb-1d9e2ff2e86d url= /sdc/v1/registerForDistribution
2022-03-24T00:41:34.344Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-24T00:41:34.352Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:41:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:41:34.356Z||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-03-24T00:41:34.356Z||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-03-24T00:41:34.356Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-24T00:41:34.356Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:41:34.356Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:41:47.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:41:47.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:42:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:42:34.352Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:42:34.358Z||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-03-24T00:42:34.358Z||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-03-24T00:42:34.358Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:42:34.358Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:42:43.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:42:43.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:43:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:43:34.351Z||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-03-24T00:43:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:43:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:43:34.352Z||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-03-24T00:43:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:43:43.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:43:43.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:44:34.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:44:34.351Z||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-03-24T00:44:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:44:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:44:34.352Z||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-03-24T00:44:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:44:43.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:44:43.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:45:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:45:34.351Z||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-03-24T00:45:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:45:34.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:45:34.352Z||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-03-24T00:45:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:45:43.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:45:43.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:46:34.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:46:34.351Z||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-03-24T00:46:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:46:34.352Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:46:34.352Z||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-03-24T00:46:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:46:43.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:46:43.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:47:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:47:34.351Z||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-03-24T00:47:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:47:34.352Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:47:34.353Z||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-03-24T00:47:34.353Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:47:43.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:47:43.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:48:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:48:34.351Z||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-03-24T00:48:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:48:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:48:34.353Z||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-03-24T00:48:34.353Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:48:43.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:48:43.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:49:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:49:34.351Z||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-03-24T00:49:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:49:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:49:34.352Z||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-03-24T00:49:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:49:43.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:49:43.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:50:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:50:34.351Z||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-03-24T00:50:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:50:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:50:34.352Z||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-03-24T00:50:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:50:43.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:50:43.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:51:00.759Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24T00:51:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:51:34.351Z||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-03-24T00:51:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:51:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:51:34.352Z||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-03-24T00:51:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:51:43.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:51:43.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:52:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:52:34.351Z||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-03-24T00:52:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:52:34.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:52:34.352Z||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-03-24T00:52:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:52:43.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:52:43.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:53:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:53:34.351Z||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-03-24T00:53:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:53:34.352Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:53:34.352Z||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-03-24T00:53:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:53:43.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:53:43.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:54:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:54:34.351Z||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-03-24T00:54:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:54:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:54:34.352Z||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-03-24T00:54:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:54:43.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:54:43.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:55:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:55:34.351Z||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-03-24T00:55:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:55:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:55:34.352Z||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-03-24T00:55:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:55:43.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:55:43.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:56:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:56:34.351Z||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-03-24T00:56:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:56:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:56:34.352Z||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-03-24T00:56:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:56:43.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:56:43.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:57:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:57:34.351Z||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-03-24T00:57:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:57:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:57:34.352Z||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-03-24T00:57:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:57:43.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:57:43.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:58:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:58:34.351Z||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-03-24T00:58:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:58:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:58:34.352Z||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-03-24T00:58:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:58:43.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:58:43.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:59:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:59:34.351Z||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-03-24T00:59:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:59:34.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T00:59:34.352Z||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-03-24T00:59:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T00:59:43.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T00:59:43.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:00:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:00:34.351Z||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-03-24T01:00:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:00:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:00:34.352Z||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-03-24T01:00:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:00:43.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:00:43.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:01:34.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:01:34.351Z||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-03-24T01:01:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:01:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:01:34.352Z||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-03-24T01:01:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:01:43.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:01:43.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:02:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:02:34.351Z||pool-2-thread-9|||||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-03-24T01:02:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:02:34.352Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:02:34.353Z||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-03-24T01:02:34.353Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:02:43.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:02:43.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:03:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:03:34.351Z||pool-2-thread-9|||||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-03-24T01:03:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:03:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:03:34.352Z||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-03-24T01:03:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:03:43.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:03:43.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:04:34.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:04:34.351Z||pool-2-thread-9|||||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-03-24T01:04:34.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:04:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:04:34.352Z||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-03-24T01:04:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:04:43.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:04:43.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:05:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:05:34.351Z||pool-2-thread-10|||||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-03-24T01:05:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:05:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:05:34.352Z||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-03-24T01:05:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:05:43.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:05:43.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:06:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:06:34.351Z||pool-2-thread-10|||||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-03-24T01:06:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:06:34.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:06:34.352Z||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-03-24T01:06:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:06:43.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:06:43.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:07:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:07:34.351Z||pool-2-thread-10|||||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-03-24T01:07:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:07:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:07:34.352Z||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-03-24T01:07:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:07:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:07:43.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:08:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:08:34.351Z||pool-2-thread-10|||||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-03-24T01:08:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:08:34.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:08:34.352Z||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-03-24T01:08:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:08:43.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:08:43.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:09:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:09:34.351Z||pool-2-thread-10|||||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-03-24T01:09:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:09:34.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:09:34.352Z||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-03-24T01:09:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:09:43.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:09:43.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:10:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:10:34.351Z||pool-2-thread-10|||||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-03-24T01:10:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:10:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:10:34.352Z||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-03-24T01:10:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:10:43.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:10:43.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:11:34.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:11:34.351Z||pool-2-thread-10|||||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-03-24T01:11:34.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iJOebJBb1boAqq2A) ...
2022-03-24T01:11:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:11:34.352Z||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-03-24T01:11:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:11:43.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:11:43.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:12:34.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:12:34.351Z||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-03-24T01:12:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:12:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:12:34.352Z||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-03-24T01:12:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:12:43.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:12:43.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:13:34.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:13:34.351Z||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-03-24T01:13:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:13:34.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:13:34.352Z||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-03-24T01:13:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:13:43.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:13:43.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:14:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:14:34.351Z||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-03-24T01:14:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:14:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:14:34.352Z||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-03-24T01:14:34.353Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:14:43.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:14:43.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:15:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:15:34.351Z||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-03-24T01:15:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:15:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:15:34.352Z||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-03-24T01:15:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:15:43.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:15:43.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:16:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:16:34.351Z||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-03-24T01:16:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:16:34.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:16:34.352Z||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-03-24T01:16:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:16:43.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:16:43.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:17:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:17:34.351Z||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-03-24T01:17:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:17:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:17:34.352Z||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-03-24T01:17:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:17:43.893Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:17:43.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:18:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:18:34.351Z||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-03-24T01:18:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:18:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:18:34.352Z||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-03-24T01:18:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:18:43.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:18:43.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:19:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:19:34.351Z||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-03-24T01:19:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:19:34.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:19:34.352Z||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-03-24T01:19:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:19:43.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:19:43.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:20:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:20:34.351Z||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-03-24T01:20:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:20:34.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:20:34.352Z||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-03-24T01:20:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:20:43.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:20:43.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:21:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:21:34.351Z||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-03-24T01:21:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:21:34.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:21:34.352Z||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-03-24T01:21:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:21:43.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:21:43.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:22:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:22:34.351Z||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-03-24T01:22:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:22:34.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:22:34.352Z||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-03-24T01:22:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:22:43.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:22:43.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:23:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:23:34.351Z||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-03-24T01:23:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:23:34.352Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:23:34.352Z||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-03-24T01:23:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:23:43.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:23:43.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:24:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:24:34.351Z||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-03-24T01:24:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:24:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:24:34.352Z||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-03-24T01:24:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:24:43.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:24:43.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:25:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:25:34.351Z||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-03-24T01:25:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:25:34.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:25:34.352Z||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-03-24T01:25:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:25:43.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:25:43.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:26:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:26:34.351Z||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-03-24T01:26:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:26:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:26:34.352Z||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-03-24T01:26:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:26:43.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:26:43.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:34.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:27:34.351Z||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-03-24T01:27:34.351Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:27:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:27:34.352Z||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-03-24T01:27:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:27:34.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:34.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T01:27:34.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a03975f0-5224-43b0-ad6e-6c2b8e43fd44","serviceName":"vFW 2022-03-24 01-25-02","serviceVersion":"1.0","serviceUUID":"a382e7e1-4694-48e5-8037-552ca41ad4e2","serviceDescription":"catalog service description","serviceInvariantUUID":"2f8ec792-69a3-445e-93e7-81181c6eebd5","resources":[{"resourceInstanceName":"vFW 83b61044-8124 0","resourceName":"vFW 83b61044-8124","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99a14053-a2e7-40b7-8609-0244f04a08ee","resourceInvariantUUID":"30e2a17f-5ace-4e01-880f-69408289d94b","resourceCustomizationUUID":"9de0a3bf-3c8d-4aae-b075-571907c33077","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml","artifactChecksum":"M2ZlMmFlMTViMDQwMTc1YzJiNjY1MGUyNTUyNzRjMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f40fe153-300e-4dc0-8da5-febe705141d1","artifactVersion":"1"},{"artifactName":"vfw83b6104481240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json","artifactChecksum":"ZjFhODU1NDZkNDM2MmM1NDAyNjAyZWVhMjY4MjE0NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"716bf7f9-01df-4b52-9bc3-a53e4870537b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c6e5491-f8fa-4fef-8603-950dd4994c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml","artifactChecksum":"ODIyZDlmYmM1ZmVlZTlhNmExZWZiYjAwZDg4Y2YzZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d1357a8-466d-41de-b1b6-80b8e9d46eb0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d1d4790-e822-4e32-8297-6e8d47da548d","artifactVersion":"2","generatedFromUUID":"2c6e5491-f8fa-4fef-8603-950dd4994c1c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324012502-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml","artifactChecksum":"MGNjNzEwNTdhMmI2NmEzNWM4OTVhYzBkNzEwMWY0MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0836d8bc-28b1-4d7a-ac92-21d7ed6c025e","artifactVersion":"1"},{"artifactName":"service-Vfw20220324012502-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar","artifactChecksum":"MTdjNGVlYmZjMjU2NGM3OTFlMjRlNjk1YzlmYWRjN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73370a2a-e154-4a6b-8dfb-c6d767e0e71e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:27:34.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:34.991Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:34.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:34.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085225424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:34.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:35.005Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:35.005Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085224145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085226429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085225424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "NOTIFIED"
}
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085224145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085226429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085225424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085224145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085226429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085225424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085224145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085226429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085225424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085224145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085237339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085226429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085225424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085224145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085237339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085226429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085225424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085224145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085237339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085226429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085237339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085241502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085241530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085237339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085242904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085237339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085237339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085244200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085245358,
"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-03-24T01:27:35.105Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
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-03-24T01:27:35.108Z||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-03-24T01:27:35.108Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:35.119Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:35.120Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T01:27:35.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a03975f0-5224-43b0-ad6e-6c2b8e43fd44
2022-03-24T01:27:35.170Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a03975f0-5224-43b0-ad6e-6c2b8e43fd44 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-03-24T01:27:35.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085245460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085246119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-24T01:27:35.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085246361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "cds",
"timestamp": 1648085246473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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-03-24T01:27:35.205Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a03975f0-5224-43b0-ad6e-6c2b8e43fd44
2022-03-24T01:27:35.205Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and ComponentName cds
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-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085246236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085246236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085246236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085246236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085246236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085246236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:35.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085246236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085254237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:35.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:27:36.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:36.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:36.012Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:36.012Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "NOTIFIED"
}
2022-03-24T01:27:36.112Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:36.113Z||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-03-24T01:27:36.113Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:36.126Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:36.127Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:37.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:37.013Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:37.014Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:37.014Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T01:27:37.115Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:37.116Z||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-03-24T01:27:37.116Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:37.130Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:37.130Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:38.015Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:38.016Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:38.017Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:38.017Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:38.117Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:38.118Z||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-03-24T01:27:38.118Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:38.131Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:38.131Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:39.018Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:39.019Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:39.021Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:39.021Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T01:27:39.121Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:39.123Z||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-03-24T01:27:39.123Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:39.136Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:39.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:40.022Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:40.023Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:40.024Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:40.024Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:27:40.124Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:40.125Z||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-03-24T01:27:40.125Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:40.140Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:40.140Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:41.025Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:27:41.025Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:41.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:41.027Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:27:41.127Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:41.128Z||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-03-24T01:27:41.128Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:41.140Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:41.140Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:42.028Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"serviceName": "vFW 2022-03-24 01-25-02",
"serviceVersion": "1.0",
"serviceUUID": "a382e7e1-4694-48e5-8037-552ca41ad4e2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2f8ec792-69a3-445e-93e7-81181c6eebd5",
"resources": [
{
"resourceInstanceName": "vFW 83b61044-8124 0",
"resourceCustomizationUUID": "9de0a3bf-3c8d-4aae-b075-571907c33077",
"resourceName": "vFW 83b61044-8124",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "99a14053-a2e7-40b7-8609-0244f04a08ee",
"resourceInvariantUUID": "30e2a17f-5ace-4e01-880f-69408289d94b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw83b6104481240_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"artifactChecksum": "ZjFhODU1NDZkNDM2MmM1NDAyNjAyZWVhMjY4MjE0NDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "716bf7f9-01df-4b52-9bc3-a53e4870537b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c6e5491-f8fa-4fef-8603-950dd4994c1c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d1d4790-e822-4e32-8297-6e8d47da548d",
"generatedFromUUID": "2c6e5491-f8fa-4fef-8603-950dd4994c1c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d1d4790-e822-4e32-8297-6e8d47da548d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324012502-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"artifactChecksum": "MTdjNGVlYmZjMjU2NGM3OTFlMjRlNjk1YzlmYWRjN2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73370a2a-e154-4a6b-8dfb-c6d767e0e71e"
}
],
"workloadContext": "Production"
}
2022-03-24T01:27:42.029Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:27:42.029Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a382e7e1-4694-48e5-8037-552ca41ad4e2 ASDC
2022-03-24T01:27:42.166Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a03975f0-5224-43b0-ad6e-6c2b8e43fd44
ServiceName:vFW 2022-03-24 01-25-02
ServiceVersion:1.0
ServiceUUID:a382e7e1-4694-48e5-8037-552ca41ad4e2
ServiceInvariantUUID:2f8ec792-69a3-445e-93e7-81181c6eebd5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324012502-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
ArtifactUUID:73370a2a-e154-4a6b-8dfb-c6d767e0e71e
ArtifactChecksum:MTdjNGVlYmZjMjU2NGM3OTFlMjRlNjk1YzlmYWRjN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 83b61044-8124 0
ResourceCustomizationUUID:9de0a3bf-3c8d-4aae-b075-571907c33077
ResourceInvariantUUID:30e2a17f-5ace-4e01-880f-69408289d94b
ResourceName:vFW 83b61044-8124
ResourceType:VF
ResourceUUID:99a14053-a2e7-40b7-8609-0244f04a08ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw83b6104481240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
ArtifactUUID:716bf7f9-01df-4b52-9bc3-a53e4870537b
ArtifactChecksum:ZjFhODU1NDZkNDM2MmM1NDAyNjAyZWVhMjY4MjE0NDY=
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/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
ArtifactUUID:2c6e5491-f8fa-4fef-8603-950dd4994c1c
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/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
ArtifactUUID:0d1d4790-e822-4e32-8297-6e8d47da548d
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/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
ArtifactUUID:0d1d4790-e822-4e32-8297-6e8d47da548d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T01:27:42.166Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a382e7e1-4694-48e5-8037-552ca41ad4e2 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-03-24T01:27:42.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:27:42.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:27:42.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:27:42.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73370a2a-e154-4a6b-8dfb-c6d767e0e71e from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:42.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:42.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:42.323Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:42.340Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar 73370a2a-e154-4a6b-8dfb-c6d767e0e71e 98966
2022-03-24T01:27:42.341Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar ASDC sendASDCNotification
2022-03-24T01:27:42.341Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:42.342Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:42.343Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:42.344Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:42.344Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085262340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:42.444Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:42.445Z||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-03-24T01:27:42.445Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:42.459Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:42.460Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:43.345Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:27:43.345Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:27:43.346Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 73370a2a-e154-4a6b-8dfb-c6d767e0e71e, URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar to file: /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:43.346Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324012502-csar.csar
2022-03-24T01:27:43.403Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:43.403Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:44.004Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5874666252809633178/Definitions/service-Vfw20220324012502-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_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_vlan_requirements" 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_onap_private_port_0_order" 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
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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-03-24T01:27:46.175Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||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-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.180Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||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-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||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-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 83b61044-8124 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||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-Vfw20220324012502-csar.csar
2022-03-24T01:27:46.181Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:27:46.187Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.188Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.191Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.191Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:27:46.192Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:27:46.193Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:27:46.194Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.195Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.197Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.198Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:46.199Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.200Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:27:46.200Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.200Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:46.201Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.202Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.203Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94e9e8b3-09f6-4d6e-b67d-5b29ced4337c
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.204Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:46.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=82868d88-e945-4c28-af56-ce808d4f9659
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:46.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:46.207Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0cfd24c3-f47b-4499-a19d-c84bf24d8f0e
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.208Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:46.209Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:46.209Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-24 01-25-02
Description:catalog service description
Model UUID:a382e7e1-4694-48e5-8037-552ca41ad4e2
Model Version:NULL
Model InvariantUuid:2f8ec792-69a3-445e-93e7-81181c6eebd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 83b61044-8124
Model UUID:d9ad49af-d106-4488-bae9-927883eff4df
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30e2a17f-5ace-4e01-880f-69408289d94b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9de0a3bf-3c8d-4aae-b075-571907c33077
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fb20f7e7-71b4-42c0-8380-75ae30922ebc
ModelName:Vfw83b610448124..base_vfw..module-0
ModelUuid:948e2ddb-1da6-4b47-b716-6c9ba16cfc62
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:94e9e8b3-09f6-4d6e-b67d-5b29ced4337c
ModelInvariantUuid:66a9956a-53b5-4689-ada2-4b5cd153d8d2
ModelName:vFW 83b61044-8124-nodes.vfwCvfc
ModelUuid:21c7ca85-ccfa-442b-91c4-6a7aed67e945
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:854fead4-e90e-4bec-88c2-398aff828ab8
ModelInvariantUuid:86dc77ea-cdb2-4eae-9018-4d223a31cc99
ModelName:Vfw83b610448124.compute.nodes.heat.vfw
ModelUuid:bf6c45a0-7ee5-4305-82bf-6d9230be6306
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:82868d88-e945-4c28-af56-ce808d4f9659
ModelInvariantUuid:7c80ee28-44cb-4400-8d74-1d328cd2fe1a
ModelName:vFW 83b61044-8124-nodes.vsnCvfc
ModelUuid:d38ed9f4-7890-48ee-ad12-a987c7324796
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cd5340ff-aa3a-44ff-9ac6-f816c1d5d72a
ModelInvariantUuid:fb74261d-2333-49a7-a90b-0205ec4024f2
ModelName:Vfw83b610448124.compute.nodes.heat.vsn
ModelUuid:ce19065e-5dea-498a-a1b8-8c8f6800a4be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0cfd24c3-f47b-4499-a19d-c84bf24d8f0e
ModelInvariantUuid:508c67a3-4d21-4ed5-961e-7cb71152e0c4
ModelName:vFW 83b61044-8124-nodes.vpgCvfc
ModelUuid:14be212b-b7de-4455-97fb-5567d2a5b3e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f5fa89d0-b242-44dd-b90f-b72d73ec1dd1
ModelInvariantUuid:4916fa57-33bf-45be-8516-c0c12ad1d43d
ModelName:Vfw83b610448124.compute.nodes.heat.vpg
ModelUuid:70d26175-b610-4796-8660-3affd30920ff
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-03-24T01:27:46.235Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 99a14053-a2e7-40b7-8609-0244f04a08ee
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-03-24T01:27:46.307Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||vFW 83b61044-8124 0
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99a14053-a2e7-40b7-8609-0244f04a08ee
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 716bf7f9-01df-4b52-9bc3-a53e4870537b from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:46.313Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json 716bf7f9-01df-4b52-9bc3-a53e4870537b 785
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json ASDC sendASDCNotification
2022-03-24T01:27:46.369Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:46.370Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:46.370Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:46.371Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:46.372Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085266369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:46.472Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:46.472Z||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-03-24T01:27:46.472Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:46.485Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:46.486Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:47.373Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw83b610448124..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fb20f7e7-71b4-42c0-8380-75ae30922ebc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "948e2ddb-1da6-4b47-b716-6c9ba16cfc62",
"vfModuleModelCustomizationUUID": "b6dfe5a6-02c5-47e9-8e36-32cdb7fea888",
"isBase": true,
"artifacts": [
"2c6e5491-f8fa-4fef-8603-950dd4994c1c",
"0d1d4790-e822-4e32-8297-6e8d47da548d"
],
"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-03-24T01:27:47.385Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b610448124..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:948e2ddb-1da6-4b47-b716-6c9ba16cfc62
VfModuleModelInvariantUUID:fb20f7e7-71b4-42c0-8380-75ae30922ebc
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c6e5491-f8fa-4fef-8603-950dd4994c1c
,
0d1d4790-e822-4e32-8297-6e8d47da548d
}
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-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw83b610448124..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fb20f7e7-71b4-42c0-8380-75ae30922ebc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "948e2ddb-1da6-4b47-b716-6c9ba16cfc62",
"vfModuleModelCustomizationUUID": "b6dfe5a6-02c5-47e9-8e36-32cdb7fea888",
"isBase": true,
"artifacts": [
"2c6e5491-f8fa-4fef-8603-950dd4994c1c",
"0d1d4790-e822-4e32-8297-6e8d47da548d"
],
"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-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b610448124..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:948e2ddb-1da6-4b47-b716-6c9ba16cfc62
VfModuleModelInvariantUUID:fb20f7e7-71b4-42c0-8380-75ae30922ebc
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c6e5491-f8fa-4fef-8603-950dd4994c1c
,
0d1d4790-e822-4e32-8297-6e8d47da548d
}
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-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c6e5491-f8fa-4fef-8603-950dd4994c1c from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:47.388Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:47.441Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml 2c6e5491-f8fa-4fef-8603-950dd4994c1c 20368
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:47.442Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:47.444Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:47.444Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085267442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:47.544Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:47.545Z||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-03-24T01:27:47.545Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:47.558Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:47.559Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:27:48.446Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0d1d4790-e822-4e32-8297-6e8d47da548d from URL: /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:48.446Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:27:48.447Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env 0d1d4790-e822-4e32-8297-6e8d47da548d 2098
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:27:48.603Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:48.604Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:27:48.604Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:48.606Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:48.606Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085268603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:27:48.706Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:48.707Z||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-03-24T01:27:48.707Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:48.721Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:48.721Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:49.606Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a382e7e1-4694-48e5-8037-552ca41ad4e2
2022-03-24T01:27:49.607Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 83b61044-8124 0 99a14053-a2e7-40b7-8609-0244f04a08ee 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-03-24T01:27:49.636Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18f30252, org.onap.sdc.toscaparser.api.parameters.Input@19b3e9ae, org.onap.sdc.toscaparser.api.parameters.Input@57814009, org.onap.sdc.toscaparser.api.parameters.Input@497baea0, org.onap.sdc.toscaparser.api.parameters.Input@491ad44f]
2022-03-24T01:27:49.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9de0a3bf-3c8d-4aae-b075-571907c33077
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9de0a3bf-3c8d-4aae-b075-571907c33077 matches Tosca VF Customization UUID: 9de0a3bf-3c8d-4aae-b075-571907c33077
2022-03-24T01:27:49.640Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9de0a3bf-3c8d-4aae-b075-571907c33077 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-03-24T01:27:49.645Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.645Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9de0a3bf-3c8d-4aae-b075-571907c33077: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T01:27:49.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@342c2921
2022-03-24T01:27:49.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:27:49.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6dfe5a6-02c5-47e9-8e36-32cdb7fea888
2022-03-24T01:27:49.648Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6dfe5a6-02c5-47e9-8e36-32cdb7fea888
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-03-24T01:27:49.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:49.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94e9e8b3-09f6-4d6e-b67d-5b29ced4337c
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-03-24T01:27:49.661Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:49.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:27:49.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=82868d88-e945-4c28-af56-ce808d4f9659
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-03-24T01:27:49.665Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.665Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.665Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.667Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.667Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.668Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:27:49.669Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0cfd24c3-f47b-4499-a19d-c84bf24d8f0e
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-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b61044-8124 0 is matching search criteria
2022-03-24T01:27:49.671Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b61044-8124 0] matching following query criteria: sdcType=VF, customizationUUID=9de0a3bf-3c8d-4aae-b075-571907c33077
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-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a382e7e1-4694-48e5-8037-552ca41ad4e2: vFW 83b61044-8124
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.673Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:27:49.674Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-25-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:27:49.675Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-24 01-25-02
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-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 83b61044-8124 99a14053-a2e7-40b7-8609-0244f04a08ee 1 ASDC deployResourceStructure
2022-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json ASDC sendASDCNotification
2022-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json
2022-03-24T01:27:49.880Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:49.881Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:49.882Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:49.882Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085269880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T01:27:49.982Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:49.983Z||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-03-24T01:27:49.983Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:50.001Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:50.002Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:50.883Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:50.885Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:50.885Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085270883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T01:27:50.985Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:50.986Z||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-03-24T01:27:50.986Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:51.000Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:51.000Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:51.886Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:27:51.886Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env
2022-03-24T01:27:51.886Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:51.887Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:51.888Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:51.888Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085271885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T01:27:51.989Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:51.989Z||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-03-24T01:27:51.989Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:52.004Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:52.004Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:52.889Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar ASDC sendASDCNotification
2022-03-24T01:27:52.889Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar
2022-03-24T01:27:52.890Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:27:52.890Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:27:52.892Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:27:52.892Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085272889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T01:27:52.992Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:27:52.993Z||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-03-24T01:27:52.993Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:27:53.006Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:27:53.007Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:27:53.893Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:27:53.907Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:27:53.909Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:27:53.910Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:27:53.910Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:28:23.910Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:28:23.919Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:28:23.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:28:23.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:28:23.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:28:34.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:28:34.352Z||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-03-24T01:28:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:28:34.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:28:34.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T01:28:34.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:28:34.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T01:28:53.921Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:28:53.932Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:28:53.934Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:28:53.934Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:28:53.934Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:29:23.935Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:29:23.944Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:29:23.946Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:29:23.947Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:29:23.947Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:29:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:29:34.352Z||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-03-24T01:29:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:29:34.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:29:34.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "NOTIFIED"
}
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085254350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085262340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085265173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T01:29:34.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "aai-ml",
"timestamp": 1648085266177,
"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-03-24T01:29:34.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a03975f0-5224-43b0-ad6e-6c2b8e43fd44
2022-03-24T01:29:34.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a03975f0-5224-43b0-ad6e-6c2b8e43fd44 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-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085266369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085267442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085268603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085269880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/vfw83b6104481240_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085270883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085271885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/resourceInstances/vfw83b6104481240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:34.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:29:34.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085272889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324012502/1.0/artifacts/service-Vfw20220324012502-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T01:29:34.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:29:53.947Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:29:53.958Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:29:53.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:30:23.960Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:30:23.971Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:30:23.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:30:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:30:34.352Z||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-03-24T01:30:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:30:43.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:30:53.974Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:30:53.984Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:30:53.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:31:23.987Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:31:23.997Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:31:24.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:31:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:31:34.352Z||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-03-24T01:31:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:31:43.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:31:54.001Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:31:54.011Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:31:54.013Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:31:54.013Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:31:54.013Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:31:54.014Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:32:24.014Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:32:24.024Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44
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-03-24T01:32:24.026Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:32:24.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:32:24.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:32:24.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:32:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:32:34.352Z||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-03-24T01:32:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:32:43.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:32:54.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T01:32:54.027Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44 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-03-24T01:32:54.035Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and serviceModelVersionId: a382e7e1-4694-48e5-8037-552ca41ad4e2
2022-03-24T01:32:54.035Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f8ec792-69a3-445e-93e7-81181c6eebd5
2022-03-24T01:33:05.335Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0
2022-03-24T01:33:05.432Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T01:33:05.881Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|INFO|500||Invoke
2022-03-24T01:33:05.888Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a03975f0-5224-43b0-ad6e-6c2b8e43fd44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c6af951-d83b-49ba-a5c8-126753782134], X-ECOMP-RequestID=[a03975f0-5224-43b0-ad6e-6c2b8e43fd44], X-TransactionId=[], X-ONAP-RequestID=[a03975f0-5224-43b0-ad6e-6c2b8e43fd44], Content-Type=[application/merge-patch+json]}
2022-03-24T01:33:06.047Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-24T01:33:06.529Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-01:33:06:056-24284], vertex-id=[217192], Content-Length=[0], Date=[Thu, 24 Mar 2022 01:33:06 GMT], Content-Type=[application/json]}
2022-03-24T01:33:06.530Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T01:33:06.531Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f8ec792-69a3-445e-93e7-81181c6eebd5/model-vers/model-ver/a382e7e1-4694-48e5-8037-552ca41ad4e2?depth=0|INFO|500||InvokeReturn
2022-03-24T01:33:06.534Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T01:33:06.535Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||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-03-24T01:33:06.539Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||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-03-24T01:33:06.547Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a03975f0-5224-43b0-ad6e-6c2b8e43fd44 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T01:33:06.548Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T01:33:06.548Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:33:06.550Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:33:06.551Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085586547,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T01:33:06.651Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:33:06.652Z||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-03-24T01:33:06.652Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:33:06.670Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:33:06.671Z||pool-18-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-03-24T01:33:07.567Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:07.567Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:33:07.567Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:33:18.025Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:33:18.025Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:18.026Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:33:18.026Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:33:27.570Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:33:27.570Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:27.572Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:33:27.572Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:33:34.352Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:34.352Z||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-03-24T01:33:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:33:34.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:33:34.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T01:33:34.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a03975f0-5224-43b0-ad6e-6c2b8e43fd44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085586547,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T01:33:34.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:33:37.118Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:33:37.118Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:37.119Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:33:37.119Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:33:46.657Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:33:46.657Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:46.658Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:33:46.658Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:33:56.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:33:56.205Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:33:56.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:33:56.206Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:34:05.750Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:34:34.350Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:34:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:34:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:34:34.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:34:34.352Z||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-03-24T01:34:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:34:43.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:34:43.896Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:34.350Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:35:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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-03-24T01:35:34.351Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:35:34.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:35:34.352Z||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-03-24T01:35:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:35:41.638Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:41.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T01:35:41.639Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5","serviceName":"vFW 2022-03-24 01-34-02","serviceVersion":"1.0","serviceUUID":"b04a469d-59c4-4d21-9ed3-9307a1837c9b","serviceDescription":"catalog service description","serviceInvariantUUID":"ea3514ca-2e3e-4a81-91da-f1875f8b6f11","resources":[{"resourceInstanceName":"vFW 3e095d0a-0485 0","resourceName":"vFW 3e095d0a-0485","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfd0c81e-3ee9-48ea-b157-32c6be37fe8b","resourceInvariantUUID":"f2a291c1-8b3c-42ca-8a05-b985a502dfc3","resourceCustomizationUUID":"c5ca9465-0e7c-42aa-9f55-92eb79daa326","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml","artifactChecksum":"ZTU3YWI4ZDc0MzAxNDhhZGQyNDg3YTg5MzQzOWE2MzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d903bccb-ebb1-409f-b209-156d5f3e55bc","artifactVersion":"1"},{"artifactName":"vfw3e095d0a04850_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json","artifactChecksum":"ZDc3MzUxMmJkOWJmZWJlMTg0NzUxMjc1NGVmNWQyODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1a1235f-1af4-4c15-8cc8-b55cebc9971c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c4e8f260-9a84-4ab7-9d46-b8acddba4300","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml","artifactChecksum":"MzE3N2E2MmIyMTZkNTk1MGRmMDJkY2E2ZjhjMjg0ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a11d18ed-237c-4caf-b115-479fa1f60307","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21e4b733-f073-4d39-b776-36585aad677b","artifactVersion":"2","generatedFromUUID":"c4e8f260-9a84-4ab7-9d46-b8acddba4300"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324013402-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml","artifactChecksum":"NWUyMTNlMzA0MTZmZGZkNmM0NGIzMGUzODM1NWU1Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38d9d152-9fb1-472f-b1ff-9c5bd3e6f0c5","artifactVersion":"1"},{"artifactName":"service-Vfw20220324013402-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar","artifactChecksum":"NDY3NjE1MDg1N2Q3ODZmNzgwOTlmYjUzMjczZmUzMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dea4a677-3818-48db-be4f-4e636eca5142","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:35:41.641Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:41.641Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:41.643Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:41.643Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:35:41.743Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:41.744Z||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-03-24T01:35:41.744Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:41.757Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:41.757Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:41.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:41.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:35:41.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:35:41.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:35:42.643Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:42.644Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:42.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:42.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "NOTIFIED"
}
2022-03-24T01:35:42.746Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:42.747Z||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-03-24T01:35:42.747Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:42.763Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:42.763Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:43.646Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:43.647Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:43.649Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:43.649Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T01:35:43.749Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:43.750Z||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-03-24T01:35:43.750Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:43.763Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:43.763Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:44.650Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:44.651Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:44.652Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:44.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:35:44.753Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:44.754Z||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-03-24T01:35:44.754Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:44.768Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:44.769Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:45.653Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:45.654Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:45.655Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:45.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T01:35:45.756Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:45.757Z||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-03-24T01:35:45.757Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:45.771Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:45.771Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:46.656Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:46.657Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:46.658Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:46.659Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:35:46.759Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:46.759Z||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-03-24T01:35:46.760Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:46.773Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:46.773Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:35:47.659Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:35:47.660Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:47.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:47.662Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:35:47.762Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:47.763Z||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-03-24T01:35:47.763Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:47.776Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:47.776Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:48.663Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"serviceName": "vFW 2022-03-24 01-34-02",
"serviceVersion": "1.0",
"serviceUUID": "b04a469d-59c4-4d21-9ed3-9307a1837c9b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ea3514ca-2e3e-4a81-91da-f1875f8b6f11",
"resources": [
{
"resourceInstanceName": "vFW 3e095d0a-0485 0",
"resourceCustomizationUUID": "c5ca9465-0e7c-42aa-9f55-92eb79daa326",
"resourceName": "vFW 3e095d0a-0485",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dfd0c81e-3ee9-48ea-b157-32c6be37fe8b",
"resourceInvariantUUID": "f2a291c1-8b3c-42ca-8a05-b985a502dfc3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3e095d0a04850_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"artifactChecksum": "ZDc3MzUxMmJkOWJmZWJlMTg0NzUxMjc1NGVmNWQyODg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e1a1235f-1af4-4c15-8cc8-b55cebc9971c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c4e8f260-9a84-4ab7-9d46-b8acddba4300",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21e4b733-f073-4d39-b776-36585aad677b",
"generatedFromUUID": "c4e8f260-9a84-4ab7-9d46-b8acddba4300"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21e4b733-f073-4d39-b776-36585aad677b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324013402-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"artifactChecksum": "NDY3NjE1MDg1N2Q3ODZmNzgwOTlmYjUzMjczZmUzMDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dea4a677-3818-48db-be4f-4e636eca5142"
}
],
"workloadContext": "Production"
}
2022-03-24T01:35:48.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:35:48.664Z|a03975f0-5224-43b0-ad6e-6c2b8e43fd44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b04a469d-59c4-4d21-9ed3-9307a1837c9b ASDC
2022-03-24T01:35:48.664Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
ServiceName:vFW 2022-03-24 01-34-02
ServiceVersion:1.0
ServiceUUID:b04a469d-59c4-4d21-9ed3-9307a1837c9b
ServiceInvariantUUID:ea3514ca-2e3e-4a81-91da-f1875f8b6f11
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324013402-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
ArtifactUUID:dea4a677-3818-48db-be4f-4e636eca5142
ArtifactChecksum:NDY3NjE1MDg1N2Q3ODZmNzgwOTlmYjUzMjczZmUzMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3e095d0a-0485 0
ResourceCustomizationUUID:c5ca9465-0e7c-42aa-9f55-92eb79daa326
ResourceInvariantUUID:f2a291c1-8b3c-42ca-8a05-b985a502dfc3
ResourceName:vFW 3e095d0a-0485
ResourceType:VF
ResourceUUID:dfd0c81e-3ee9-48ea-b157-32c6be37fe8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3e095d0a04850_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
ArtifactUUID:e1a1235f-1af4-4c15-8cc8-b55cebc9971c
ArtifactChecksum:ZDc3MzUxMmJkOWJmZWJlMTg0NzUxMjc1NGVmNWQyODg=
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/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
ArtifactUUID:c4e8f260-9a84-4ab7-9d46-b8acddba4300
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/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
ArtifactUUID:21e4b733-f073-4d39-b776-36585aad677b
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/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
ArtifactUUID:21e4b733-f073-4d39-b776-36585aad677b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T01:35:48.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b04a469d-59c4-4d21-9ed3-9307a1837c9b 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-03-24T01:35:48.698Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:35:48.698Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dea4a677-3818-48db-be4f-4e636eca5142 from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:48.699Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:49.002Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:49.007Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar dea4a677-3818-48db-be4f-4e636eca5142 98913
2022-03-24T01:35:49.008Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar ASDC sendASDCNotification
2022-03-24T01:35:49.008Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:49.008Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:49.009Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:49.011Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:49.011Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085749008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:35:49.111Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:49.112Z||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-03-24T01:35:49.112Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:49.125Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:49.125Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:50.012Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dea4a677-3818-48db-be4f-4e636eca5142, URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar to file: /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.013Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.014Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:50.404Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7089962121724005463/Definitions/service-Vfw20220324013402-template.yml
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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" 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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-24T01:35:52.277Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.278Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||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-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||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-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||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-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3e095d0a-0485 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.279Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||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-Vfw20220324013402-csar.csar
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:35:52.280Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:35:52.281Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.282Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:52.283Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.284Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:52.285Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:52.286Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=78235c05-04be-4f79-819f-50b72c61c522
2022-03-24T01:35:52.287Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.288Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b0863f00-64e1-4b05-9b16-6bde6a823dc3
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:52.289Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:52.290Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a620995-6ad7-4a59-adb8-1d91041a8428
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.291Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:52.292Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-24 01-34-02
Description:catalog service description
Model UUID:b04a469d-59c4-4d21-9ed3-9307a1837c9b
Model Version:NULL
Model InvariantUuid:ea3514ca-2e3e-4a81-91da-f1875f8b6f11
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3e095d0a-0485
Model UUID:283c9197-ba1b-4f39-85be-db4041ed9348
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2a291c1-8b3c-42ca-8a05-b985a502dfc3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c5ca9465-0e7c-42aa-9f55-92eb79daa326
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:36e5840f-d67d-4553-814d-0f284ffa8ddd
ModelName:Vfw3e095d0a0485..base_vfw..module-0
ModelUuid:3bc4a02a-93b8-42aa-b354-a00e26a6f48c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:78235c05-04be-4f79-819f-50b72c61c522
ModelInvariantUuid:0acdc26a-5aea-476c-8c81-a5920b26afe3
ModelName:vFW 3e095d0a-0485-nodes.vfwCvfc
ModelUuid:1f4281ea-6452-4ccf-94b4-23b89772c303
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6d3e6d7e-3ee7-4a44-b8ee-277438b9422e
ModelInvariantUuid:3d22b8cf-6dfd-478c-a001-4effdc904b48
ModelName:Vfw3e095d0a0485.compute.nodes.heat.vfw
ModelUuid:c302365a-57c8-412f-82db-a71bbb6d4d11
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b0863f00-64e1-4b05-9b16-6bde6a823dc3
ModelInvariantUuid:63ac63f8-e3ac-4a5a-9837-6f7d778c62e2
ModelName:vFW 3e095d0a-0485-nodes.vsnCvfc
ModelUuid:72e2c6bc-0cfb-43d7-8f17-c4b37cb6a486
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:090eed4f-fe8e-4b38-8fe8-e4aca71502ea
ModelInvariantUuid:133b3488-760c-471f-a9e3-089e961834c9
ModelName:Vfw3e095d0a0485.compute.nodes.heat.vsn
ModelUuid:4570563f-aa55-4443-a10e-62eff459f07d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5a620995-6ad7-4a59-adb8-1d91041a8428
ModelInvariantUuid:f6662257-9ee2-4020-882c-6fc068a502df
ModelName:vFW 3e095d0a-0485-nodes.vpgCvfc
ModelUuid:1dccd059-b831-4327-aa1d-9333fe7c802a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7a6d351b-1cb6-4024-8b1b-c704bcaf38a3
ModelInvariantUuid:fb5400a5-d795-42cf-8392-9f9e3365187d
ModelName:Vfw3e095d0a0485.compute.nodes.heat.vpg
ModelUuid:18f5c627-398c-4a5d-85a4-e9a0b746bee3
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-03-24T01:35:52.298Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: dfd0c81e-3ee9-48ea-b157-32c6be37fe8b
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-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||vFW 3e095d0a-0485 0
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfd0c81e-3ee9-48ea-b157-32c6be37fe8b
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e1a1235f-1af4-4c15-8cc8-b55cebc9971c from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:52.300Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:52.733Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json e1a1235f-1af4-4c15-8cc8-b55cebc9971c 785
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json ASDC sendASDCNotification
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:52.734Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:52.735Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:52.736Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:52.736Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085752734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:35:52.836Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:52.837Z||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-03-24T01:35:52.837Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:52.851Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:52.851Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:53.737Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3e095d0a0485..base_vfw..module-0",
"vfModuleModelInvariantUUID": "36e5840f-d67d-4553-814d-0f284ffa8ddd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3bc4a02a-93b8-42aa-b354-a00e26a6f48c",
"vfModuleModelCustomizationUUID": "ba57befb-0d0f-4c5f-8b52-6970f0b74ff4",
"isBase": true,
"artifacts": [
"c4e8f260-9a84-4ab7-9d46-b8acddba4300",
"21e4b733-f073-4d39-b776-36585aad677b"
],
"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-03-24T01:35:53.740Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3e095d0a0485..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3bc4a02a-93b8-42aa-b354-a00e26a6f48c
VfModuleModelInvariantUUID:36e5840f-d67d-4553-814d-0f284ffa8ddd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c4e8f260-9a84-4ab7-9d46-b8acddba4300
,
21e4b733-f073-4d39-b776-36585aad677b
}
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-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3e095d0a0485..base_vfw..module-0",
"vfModuleModelInvariantUUID": "36e5840f-d67d-4553-814d-0f284ffa8ddd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3bc4a02a-93b8-42aa-b354-a00e26a6f48c",
"vfModuleModelCustomizationUUID": "ba57befb-0d0f-4c5f-8b52-6970f0b74ff4",
"isBase": true,
"artifacts": [
"c4e8f260-9a84-4ab7-9d46-b8acddba4300",
"21e4b733-f073-4d39-b776-36585aad677b"
],
"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-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3e095d0a0485..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3bc4a02a-93b8-42aa-b354-a00e26a6f48c
VfModuleModelInvariantUUID:36e5840f-d67d-4553-814d-0f284ffa8ddd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c4e8f260-9a84-4ab7-9d46-b8acddba4300
,
21e4b733-f073-4d39-b776-36585aad677b
}
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-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c4e8f260-9a84-4ab7-9d46-b8acddba4300 from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:53.742Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:53.743Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:54.203Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml c4e8f260-9a84-4ab7-9d46-b8acddba4300 20368
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:54.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:54.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:54.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085754204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:35:54.306Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:54.310Z||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-03-24T01:35:54.310Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:54.322Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:54.323Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:35:55.207Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 21e4b733-f073-4d39-b776-36585aad677b from URL: /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:55.207Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:35:55.207Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:55.636Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env 21e4b733-f073-4d39-b776-36585aad677b 2098
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:55.637Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:35:55.638Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:55.640Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:55.640Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085755637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:35:55.739Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:35:55.740Z||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-03-24T01:35:55.740Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:55.754Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:55.754Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:56.641Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b04a469d-59c4-4d21-9ed3-9307a1837c9b
2022-03-24T01:35:56.641Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3e095d0a-0485 0 dfd0c81e-3ee9-48ea-b157-32c6be37fe8b 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-03-24T01:35:56.654Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ab994d5, org.onap.sdc.toscaparser.api.parameters.Input@395ed577, org.onap.sdc.toscaparser.api.parameters.Input@61dcb6dc, org.onap.sdc.toscaparser.api.parameters.Input@60e60952, org.onap.sdc.toscaparser.api.parameters.Input@61f26a7]
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c5ca9465-0e7c-42aa-9f55-92eb79daa326
2022-03-24T01:35:56.655Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5ca9465-0e7c-42aa-9f55-92eb79daa326 matches Tosca VF Customization UUID: c5ca9465-0e7c-42aa-9f55-92eb79daa326
2022-03-24T01:35:56.656Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c5ca9465-0e7c-42aa-9f55-92eb79daa326 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-03-24T01:35:56.657Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.657Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c5ca9465-0e7c-42aa-9f55-92eb79daa326: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@416fac95
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.658Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:35:56.659Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba57befb-0d0f-4c5f-8b52-6970f0b74ff4
2022-03-24T01:35:56.659Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba57befb-0d0f-4c5f-8b52-6970f0b74ff4
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-03-24T01:35:56.660Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.661Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:56.662Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.663Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=78235c05-04be-4f79-819f-50b72c61c522
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-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.665Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.666Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.667Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b0863f00-64e1-4b05-9b16-6bde6a823dc3
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-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.669Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.670Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:35:56.671Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a620995-6ad7-4a59-adb8-1d91041a8428
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-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.673Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Node template vFW 3e095d0a-0485 0 is matching search criteria
2022-03-24T01:35:56.674Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3e095d0a-0485 0] matching following query criteria: sdcType=VF, customizationUUID=c5ca9465-0e7c-42aa-9f55-92eb79daa326
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-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b04a469d-59c4-4d21-9ed3-9307a1837c9b: vFW 3e095d0a-0485
2022-03-24T01:35:56.675Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.676Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.677Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:35:56.677Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-34-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:35:56.677Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-24 01-34-02
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-03-24T01:35:56.804Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3e095d0a-0485 dfd0c81e-3ee9-48ea-b157-32c6be37fe8b 1 ASDC deployResourceStructure
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json ASDC sendASDCNotification
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:56.805Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:56.807Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:56.807Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085756805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T01:35:56.907Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:56.908Z||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-03-24T01:35:56.908Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:56.921Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:56.921Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:57.808Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T01:35:57.809Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml
2022-03-24T01:35:57.809Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:57.809Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:57.811Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:57.811Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085757808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T01:35:57.912Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:57.912Z||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-03-24T01:35:57.912Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:57.926Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:57.926Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:58.812Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T01:35:58.813Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env
2022-03-24T01:35:58.813Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:58.813Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:58.815Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:58.815Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085758812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T01:35:58.915Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:58.916Z||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-03-24T01:35:58.916Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:58.928Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:58.929Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar ASDC sendASDCNotification
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T01:35:59.818Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:35:59.820Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:35:59.820Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085759818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T01:35:59.920Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:35:59.921Z||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-03-24T01:35:59.921Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:35:59.934Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:35:59.934Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:36:00.821Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:36:00.831Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:36:00.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:36:00.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:36:00.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:36:30.835Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:36:30.848Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:36:30.850Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:36:30.850Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:36:30.850Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:36:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:36:34.352Z||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-03-24T01:36:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:36:34.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:36:34.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:36:34.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085732339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:36:34.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:37:00.851Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:37:00.859Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:37:00.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:37:00.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:37:00.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:37:30.861Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:37:30.872Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:37:30.874Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:37:30.875Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:37:30.875Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:37:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:37:34.352Z||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-03-24T01:37:34.353Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:37:34.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:37:34.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:37:34.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085736428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:37:34.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:00.875Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:38:00.881Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:38:00.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:38:00.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:38:00.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:38:30.883Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:38:30.894Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:38:30.895Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:38:30.895Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T01:38:30.896Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T01:38:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:38:34.352Z||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-03-24T01:38:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:38:34.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:38:34.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085732339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085736428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085732339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085736428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085732339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085736428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085744146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085732339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085736428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085744146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085745424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085732339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085736428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085744146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085745424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085732339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085734350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085736428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085744146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085745424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085744146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085748912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085748920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085749008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085745424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085744146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "cds",
"timestamp": 1648085749916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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-03-24T01:38:34.396Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.396Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and ComponentName cds
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-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085745424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085744146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085745424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085751889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085745424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085752734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648085752893,
"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-03-24T01:38:34.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 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-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085753404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085754204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085754631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085755637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085756234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085756805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T01:38:34.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085756236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085757255,
"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-03-24T01:38:34.420Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 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-03-24T01:38:34.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085757808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085756236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085758258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vfw3e095d0a04850_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085758812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085756236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085759818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085756236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085756236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/resourceInstances/vfw3e095d0a04850/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085756236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:38:34.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085756236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085764221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085771850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013402/1.0/artifacts/service-Vfw20220324013402-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:38:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "aai-ml",
"timestamp": 1648085772852,
"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-03-24T01:38:34.434Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
2022-03-24T01:38:34.434Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 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-03-24T01:39:00.896Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:39:00.905Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5
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-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-24T01:39:00.907Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||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-03-24T01:39:00.911Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T01:39:30.912Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 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-03-24T01:39:30.920Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and serviceModelVersionId: b04a469d-59c4-4d21-9ed3-9307a1837c9b
2022-03-24T01:39:30.920Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea3514ca-2e3e-4a81-91da-f1875f8b6f11
2022-03-24T01:39:30.922Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0
2022-03-24T01:39:30.927Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T01:39:30.969Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?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-03-24T01:39:30.970Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0|INFO|500||Invoke
2022-03-24T01:39:30.991Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-24T01:39:31.255Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0|INFO|500||InvokeReturn
2022-03-24T01:39:31.255Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea3514ca-2e3e-4a81-91da-f1875f8b6f11/model-vers/model-ver/b04a469d-59c4-4d21-9ed3-9307a1837c9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-01:39:30:999-99433], vertex-id=[163960], Content-Length=[0], Date=[Thu, 24 Mar 2022 01:39:30 GMT], Content-Type=[application/json]}
2022-03-24T01:39:31.255Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T01:39:31.256Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T01:39:31.256Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||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-03-24T01:39:31.259Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||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-03-24T01:39:31.259Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T01:39:31.260Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T01:39:31.260Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:31.262Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:31.262Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085971260,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T01:39:31.362Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:31.363Z||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-03-24T01:39:31.363Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:31.379Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:31.380Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-03-24T01:39:32.272Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:39:32.272Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|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-03-24T01:39:32.273Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|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 iJOebJBb1boAqq2A) ...
2022-03-24T01:39:34.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T01:39:34.352Z||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-03-24T01:39:34.352Z||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 iJOebJBb1boAqq2A) ...
2022-03-24T01:39:34.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:34.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "aai-ml",
"timestamp": 1648085846236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "cds",
"timestamp": 1648085852339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "ves-openapi-manager",
"timestamp": 1648085844145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648085845424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:39:34.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-24T01:39:37.203Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:37.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T01:39:37.204Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ccbe12d-772e-4e5b-b556-fc3076dd22de","serviceName":"vFW 2022-03-24 01-35-51","serviceVersion":"1.0","serviceUUID":"5707728c-5d13-4a25-9bdf-4393988db493","serviceDescription":"catalog service description","serviceInvariantUUID":"1ee40390-4bb3-4fe7-968e-e21876c695f4","resources":[{"resourceInstanceName":"vFW 54a7fa28-6d93 0","resourceName":"vFW 54a7fa28-6d93","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55b16f7c-5c04-4f36-89d4-8a5fb67dade4","resourceInvariantUUID":"497e6903-dc6d-4ef5-a3d9-2b84c011e06a","resourceCustomizationUUID":"5983faa7-7380-40f6-bc98-c6540c5310ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml","artifactChecksum":"MmVhY2U0NjVmNDQ0ZDNjOWM1YmU0YjcxYTk2ZjFlNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ccdf4c61-9e03-4afe-8aff-ac95f9fc5ab5","artifactVersion":"1"},{"artifactName":"vfw54a7fa286d930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json","artifactChecksum":"OGZlNjJhNmY5ZWE4ZDY2ZmI3MmVmYmM2ZmQ0ZjNkMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8dce3327-952a-463a-b695-e5f71e5c1c65","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"518c691e-2407-42fe-9b3b-00ce008405a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml","artifactChecksum":"NTBkMmNkNDA3MGE1NTBlYWJhNWVhOWFhZDIwZTUzZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f7715e8-593d-41fb-9529-73ff69b42b6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d369453-a882-4b42-ac4b-94aa1787ba2f","artifactVersion":"2","generatedFromUUID":"518c691e-2407-42fe-9b3b-00ce008405a9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324013551-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml","artifactChecksum":"NDdmNTVhZTU5OGY0ZTY2NjNmZmM1M2EyMDc2NTA2Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b09dc71-bf70-4c7a-afa2-dd543f39a7ec","artifactVersion":"1"},{"artifactName":"service-Vfw20220324013551-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar","artifactChecksum":"NzliMzdmMTA4ODJhZTcyYzA5YmRlOWJjNGI5YjdkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9696824b-4b31-48d6-9d12-7a4f7c29d9b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T01:39:37.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:37.206Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:37.208Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:37.208Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085972272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:39:37.308Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:37.308Z||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-03-24T01:39:37.308Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:37.321Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:37.321Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:38.208Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:38.209Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:38.211Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:38.211Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085972272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
"status": "NOTIFIED"
}
2022-03-24T01:39:38.311Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:38.311Z||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-03-24T01:39:38.312Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:38.324Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:38.325Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:39.211Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:39.212Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:39.213Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:39.213Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085972272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T01:39:39.314Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:39.314Z||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-03-24T01:39:39.314Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:39.328Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:39.329Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:39:40.214Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:40.215Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:40.216Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:40.216Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085972272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:39:40.316Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:40.317Z||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-03-24T01:39:40.317Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:40.332Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:40.332Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:41.217Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:41.218Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:41.219Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:41.219Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085972272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T01:39:41.319Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:41.320Z||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-03-24T01:39:41.320Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:41.334Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:41.334Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T01:39:42.220Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:42.221Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:42.222Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:42.223Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085972272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T01:39:42.322Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:42.323Z||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-03-24T01:39:42.323Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:42.336Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:42.336Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:43.223Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T01:39:43.224Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:43.225Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:43.226Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085972272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T01:39:43.326Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T01:39:43.326Z||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-03-24T01:39:43.326Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:43.340Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:43.341Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:44.227Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"serviceName": "vFW 2022-03-24 01-35-51",
"serviceVersion": "1.0",
"serviceUUID": "5707728c-5d13-4a25-9bdf-4393988db493",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ee40390-4bb3-4fe7-968e-e21876c695f4",
"resources": [
{
"resourceInstanceName": "vFW 54a7fa28-6d93 0",
"resourceCustomizationUUID": "5983faa7-7380-40f6-bc98-c6540c5310ab",
"resourceName": "vFW 54a7fa28-6d93",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "55b16f7c-5c04-4f36-89d4-8a5fb67dade4",
"resourceInvariantUUID": "497e6903-dc6d-4ef5-a3d9-2b84c011e06a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw54a7fa286d930_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json",
"artifactChecksum": "OGZlNjJhNmY5ZWE4ZDY2ZmI3MmVmYmM2ZmQ0ZjNkMmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8dce3327-952a-463a-b695-e5f71e5c1c65",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "518c691e-2407-42fe-9b3b-00ce008405a9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d369453-a882-4b42-ac4b-94aa1787ba2f",
"generatedFromUUID": "518c691e-2407-42fe-9b3b-00ce008405a9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d369453-a882-4b42-ac4b-94aa1787ba2f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324013551-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
"artifactChecksum": "NzliMzdmMTA4ODJhZTcyYzA5YmRlOWJjNGI5YjdkMWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9696824b-4b31-48d6-9d12-7a4f7c29d9b9"
}
],
"workloadContext": "Production"
}
2022-03-24T01:39:44.227Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T01:39:44.227Z|1cc9b0d2-e5dc-4946-b0fb-2115aa7e9bb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5707728c-5d13-4a25-9bdf-4393988db493 ASDC
2022-03-24T01:39:44.228Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3ccbe12d-772e-4e5b-b556-fc3076dd22de
ServiceName:vFW 2022-03-24 01-35-51
ServiceVersion:1.0
ServiceUUID:5707728c-5d13-4a25-9bdf-4393988db493
ServiceInvariantUUID:1ee40390-4bb3-4fe7-968e-e21876c695f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324013551-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
ArtifactUUID:9696824b-4b31-48d6-9d12-7a4f7c29d9b9
ArtifactChecksum:NzliMzdmMTA4ODJhZTcyYzA5YmRlOWJjNGI5YjdkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 54a7fa28-6d93 0
ResourceCustomizationUUID:5983faa7-7380-40f6-bc98-c6540c5310ab
ResourceInvariantUUID:497e6903-dc6d-4ef5-a3d9-2b84c011e06a
ResourceName:vFW 54a7fa28-6d93
ResourceType:VF
ResourceUUID:55b16f7c-5c04-4f36-89d4-8a5fb67dade4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw54a7fa286d930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/vfw54a7fa286d930_modules.json
ArtifactUUID:8dce3327-952a-463a-b695-e5f71e5c1c65
ArtifactChecksum:OGZlNjJhNmY5ZWE4ZDY2ZmI3MmVmYmM2ZmQ0ZjNkMmE=
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/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.yaml
ArtifactUUID:518c691e-2407-42fe-9b3b-00ce008405a9
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/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
ArtifactUUID:5d369453-a882-4b42-ac4b-94aa1787ba2f
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/Vfw20220324013551/1.0/resourceInstances/vfw54a7fa286d930/artifacts/base_vfw.env
ArtifactUUID:5d369453-a882-4b42-ac4b-94aa1787ba2f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T01:39:44.228Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5707728c-5d13-4a25-9bdf-4393988db493 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-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:39:44.249Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9696824b-4b31-48d6-9d12-7a4f7c29d9b9 from URL: /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:44.250Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T01:39:44.250Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:44.325Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar 9696824b-4b31-48d6-9d12-7a4f7c29d9b9 98908
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar ASDC sendASDCNotification
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:44.329Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T01:39:44.330Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T01:39:44.331Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T01:39:44.331Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ccbe12d-772e-4e5b-b556-fc3076dd22de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648085984329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T01:39:44.431Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T01:39:44.432Z||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-03-24T01:39:44.432Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iJOebJBb1boAqq2A) ...
2022-03-24T01:39:44.445Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T01:39:44.445Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T01:39:45.332Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9696824b-4b31-48d6-9d12-7a4f7c29d9b9, URL: /sdc/v1/catalog/services/Vfw20220324013551/1.0/artifacts/service-Vfw20220324013551-csar.csar to file: /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.333Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:45.505Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP989579719185412146/Definitions/service-Vfw20220324013551-template.yml
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_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_vlan_requirements" 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_onap_private_port_0_order" 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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.952Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||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-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||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-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 54a7fa28-6d93 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||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-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||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-Vfw20220324013551-csar.csar
2022-03-24T01:39:46.953Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:39:46.954Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.955Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.956Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:46.957Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:46.958Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is matching search criteria
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 54a7fa28-6d93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.959Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.960Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ccca2f7-2c8c-4ace-8137-eb112a3ab739
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:46.961Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.962Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97312fec-4003-4e50-bd62-624b3cccba0f
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vFW 54a7fa28-6d93 0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.963Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cc116548-80d2-4c30-93bb-1052a5f564f2
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.964Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 01-35-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T01:39:46.965Z|3ccbe12d-772e-4e5b-b556-fc3076dd22de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive