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-14T05:26:02.085Z||main|||||INFO|500||The following profiles are active: basic
2022-03-14T05:26:17.383Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-14T05:26:17.385Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-14T05:26:17.600Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-14T05:26:26.969Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-14T05:26:27.751Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-14T05:26:28.621Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-14T05:26:28.635Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-14T05:26:28.881Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-14T05:26:29.381Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-14T05:26:30.508Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-14T05:26:34.411Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-14T05:26:38.925Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-14T05:26:39.021Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-14T05:26:39.982Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-14T05:26:40.142Z||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-14T05:26:42.207Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-14T05:26:43.949Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-14T05:26:43.989Z||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$$7b5c92.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-14T05:26:43.990Z||main|||||WARN|500||The sdc end point is not alive
2022-03-14T05:26:49.655Z||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-14T05:26:54.164Z||main|||||WARN|500||---
2022-03-14T05:26:54.165Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-14T05:26:54.165Z||main|||||WARN|500||---
2022-03-14T05:26:54.713Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-14T05:27:01.225Z||main|||||INFO|500||Started Application in 63.494 seconds (JVM running for 66.425)
2022-03-14T05:27:01.241Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-14T05:27:01.243Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-14T05:27:01.266Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-14T05:27:01.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-14T05:27:01.388Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fec70ba0-f5e0-439b-b9eb-50408242b8ba url= /sdc/v1/artifactTypes
2022-03-14T05:27:01.389Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-14T05:27:01.790Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-14T05:27:01.826Z||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-14T05:27:01.854Z||scheduling-1|||||DEBUG|500||create keys
2022-03-14T05:27:01.867Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-14T05:27:01.921Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:27:01.948Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20a12fb7-90da-44e3-99fd-9d26c7213237 url= /sdc/v1/registerForDistribution
2022-03-14T05:27:02.153Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20a12fb7-90da-44e3-99fd-9d26c7213237 url= /sdc/v1/registerForDistribution
2022-03-14T05:27:02.154Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-14T05:27:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:27:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:27:02.179Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-14T05:27:02.183Z||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-14T05:27:02.183Z||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-14T05:27:02.184Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:27:02.184Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:27:12.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:27:12.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:28:02.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:28:02.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:28:02.174Z||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-14T05:28:02.174Z||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-14T05:28:02.175Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:28:02.174Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:28:11.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:28:11.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:29:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:29:02.168Z||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-14T05:29:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:29:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:29:02.174Z||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-14T05:29:02.176Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:29:11.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:29:11.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:30:02.166Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:30:02.168Z||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-14T05:30:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:30:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:30:02.172Z||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-14T05:30:02.173Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:30:11.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:30:11.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:31:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:31:02.167Z||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-14T05:31:02.167Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:31:02.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:31:02.171Z||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-14T05:31:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:31:11.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:31:11.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:32:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:32:02.168Z||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-14T05:32:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:32:02.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:32:02.170Z||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-14T05:32:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:32:11.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:32:11.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:33:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:33:02.167Z||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-14T05:33:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:33:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:33:02.171Z||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-14T05:33:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:33:11.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:33:11.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:34:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:34:02.167Z||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-14T05:34:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:34:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:34:02.173Z||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-14T05:34:02.173Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:34:11.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:34:11.719Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:35:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:35:02.168Z||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-14T05:35:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:35:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:35:02.171Z||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-14T05:35:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:35:11.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:35:11.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:35:57.180Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-14T05:36:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:36:02.167Z||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-14T05:36:02.167Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:36:02.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:36:02.171Z||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-14T05:36:02.172Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:36:11.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:36:11.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:37:02.166Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:37:02.168Z||pool-2-thread-7|||||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-14T05:37:02.168Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:37:02.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:37:02.171Z||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-14T05:37:02.172Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:37:11.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:37:11.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:38:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:38:02.169Z||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-14T05:38:02.169Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:38:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:38:02.174Z||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-14T05:38:02.175Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:38:11.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:38:11.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:39:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:39:02.167Z||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-14T05:39:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:39:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:39:02.171Z||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-14T05:39:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:39:11.717Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:39:11.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:40:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:40:02.167Z||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-14T05:40:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:40:02.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:40:02.170Z||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-14T05:40:02.170Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:40:11.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:40:11.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:41:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:41:02.167Z||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-14T05:41:02.167Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:41:02.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:41:02.171Z||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-14T05:41:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:41:11.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:41:11.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:42:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:42:02.167Z||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-14T05:42:02.167Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:42:02.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:42:02.171Z||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-14T05:42:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:42:11.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:42:11.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:43:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:43:02.167Z||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-14T05:43:02.167Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:43:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:43:02.170Z||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-14T05:43:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:43:11.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:43:11.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:44:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:44:02.167Z||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-14T05:44:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:44:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:44:02.170Z||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-14T05:44:02.170Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:44:11.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:44:11.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:45:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:45:02.167Z||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-14T05:45:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:45:02.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:45:02.170Z||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-14T05:45:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:45:11.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:45:11.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:46:02.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:46:02.168Z||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-14T05:46:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:46:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:46:02.170Z||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-14T05:46:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:46:11.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:46:11.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:47:02.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:47:02.169Z||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-14T05:47:02.169Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:47:02.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:47:02.173Z||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-14T05:47:02.173Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:47:11.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:47:11.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:48:02.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:48:02.167Z||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-14T05:48:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:48:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:48:02.170Z||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-14T05:48:02.170Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:48:11.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:48:11.732Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:49:02.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:49:02.167Z||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-14T05:49:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:49:02.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:49:02.170Z||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-14T05:49:02.170Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:49:11.715Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:49:11.718Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:50:02.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:50:02.168Z||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-14T05:50:02.169Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:50:02.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:50:02.171Z||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-14T05:50:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:50:11.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:50:11.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:51:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:51:02.168Z||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-14T05:51:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:51:02.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:51:02.172Z||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-14T05:51:02.172Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:51:11.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:51:11.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:52:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:52:02.167Z||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-14T05:52:02.167Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:52:02.171Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:52:02.172Z||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-14T05:52:02.173Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:52:11.711Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:52:11.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:53:02.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:53:02.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T05:53:02.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:53:02.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:53:02.172Z||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-14T05:53:02.173Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:53:11.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:53:11.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:54:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:54:02.167Z||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-14T05:54:02.167Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:54:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:54:02.172Z||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-14T05:54:02.173Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:54:11.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:54:11.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:55:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:55:02.168Z||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-14T05:55:02.169Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:55:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:55:02.170Z||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-14T05:55:02.170Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:55:11.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:55:11.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:56:02.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:56:02.170Z||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-14T05:56:02.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:56:02.170Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:56:02.171Z||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-14T05:56:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:56:11.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:56:11.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:57:02.168Z||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-14T05:57:02.168Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:57:02.171Z||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-14T05:57:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:02.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:02.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T05:57:02.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237416537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T05:57:02.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T05:57:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a560288-a7d3-43e5-bb22-3c512aed0680","serviceName":"basic_onboard_AMZPLy","serviceVersion":"1.0","serviceUUID":"62e7353a-c607-4e78-bf43-6bf3b08a3d86","serviceDescription":"service","serviceInvariantUUID":"974f7040-af29-4686-ad0b-c82c75cfec57","resources":[{"resourceInstanceName":"basic_onboard_AMZPLy 0","resourceName":"basic_onboard_AMZPLy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b81b486f-2cd1-43f1-83dc-d9dfbb300ea5","resourceInvariantUUID":"686196da-7fd6-470f-bc52-5e38ec520d66","resourceCustomizationUUID":"868c6b2e-6150-4b3f-b613-6b9b6e135b99","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml","artifactChecksum":"ODFhOTZiNzM4YWFmMDZhNjJkMTRiNDJmYjRjMzhiYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c443f14f-9e12-49fe-a082-c156a13c5453","artifactVersion":"1"},{"artifactName":"basic_onboard_amzply0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json","artifactChecksum":"NTZlODQ4ZDUyMzFhMGQ1YTZiNzhhMTA3ZjU5YzAzYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e418dad-b659-4dc8-ac13-33c2769a4963","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3482cedf-4e4b-4c90-9a6a-7317e660b83b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0aaadcf-d8a9-4bca-8a56-113b3270c0e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84c1ae6f-d254-446f-8502-9f363afa2633","artifactVersion":"2","generatedFromUUID":"3482cedf-4e4b-4c90-9a6a-7317e660b83b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAmzply-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml","artifactChecksum":"ZWM1YjQ0ZjJiYjA4ZGMyMjBhMmE0MzNlMDJlY2EzYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7dc1b706-ff1e-4aef-a8a5-5c6064550d72","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAmzply-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar","artifactChecksum":"ZDNhNTFhMTRjYTE3ZjQ4YzY4MjM0OGU1NTFiODllNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9621fe59-551a-4d6f-bb1a-b17339b1031a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T05:57:02.814Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T05:57:02.822Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:02.837Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:02.838Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T05:57:02.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T05:57:02.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T05:57:02.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237413054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T05:57:02.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T05:57:02.938Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-14T05:57:02.943Z||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-14T05:57:02.944Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:02.963Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:02.964Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:03.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T05:57:03.847Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:03.849Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:03.850Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T05:57:03.950Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:03.951Z||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-14T05:57:03.952Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:03.963Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:03.964Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:04.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T05:57:04.852Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:04.855Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:04.855Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T05:57:04.955Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:04.956Z||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-14T05:57:04.956Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:04.968Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:04.969Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:05.856Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T05:57:05.857Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:05.860Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:05.861Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T05:57:05.961Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:05.962Z||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-14T05:57:05.963Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:05.980Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:05.981Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:06.862Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T05:57:06.863Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:06.865Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:06.866Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T05:57:06.966Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:06.969Z||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-14T05:57:06.969Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:06.982Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:06.983Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:07.866Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T05:57:07.867Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:07.870Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:07.870Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T05:57:07.971Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T05:57:07.972Z||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-14T05:57:07.972Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:07.986Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:07.987Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:08.871Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T05:57:08.872Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:08.874Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:08.874Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T05:57:08.975Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:08.976Z||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-14T05:57:08.976Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:08.988Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:08.989Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:09.877Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"serviceName": "basic_onboard_AMZPLy",
"serviceVersion": "1.0",
"serviceUUID": "62e7353a-c607-4e78-bf43-6bf3b08a3d86",
"serviceDescription": "service",
"serviceInvariantUUID": "974f7040-af29-4686-ad0b-c82c75cfec57",
"resources": [
{
"resourceInstanceName": "basic_onboard_AMZPLy 0",
"resourceCustomizationUUID": "868c6b2e-6150-4b3f-b613-6b9b6e135b99",
"resourceName": "basic_onboard_AMZPLy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b81b486f-2cd1-43f1-83dc-d9dfbb300ea5",
"resourceInvariantUUID": "686196da-7fd6-470f-bc52-5e38ec520d66",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_amzply0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"artifactChecksum": "NTZlODQ4ZDUyMzFhMGQ1YTZiNzhhMTA3ZjU5YzAzYzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e418dad-b659-4dc8-ac13-33c2769a4963",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3482cedf-4e4b-4c90-9a6a-7317e660b83b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84c1ae6f-d254-446f-8502-9f363afa2633",
"generatedFromUUID": "3482cedf-4e4b-4c90-9a6a-7317e660b83b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84c1ae6f-d254-446f-8502-9f363afa2633",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAmzply-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"artifactChecksum": "ZDNhNTFhMTRjYTE3ZjQ4YzY4MjM0OGU1NTFiODllNmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9621fe59-551a-4d6f-bb1a-b17339b1031a"
}
],
"workloadContext": "Production"
}
2022-03-14T05:57:09.878Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T05:57:09.879Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62e7353a-c607-4e78-bf43-6bf3b08a3d86 ASDC
2022-03-14T05:57:10.059Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2a560288-a7d3-43e5-bb22-3c512aed0680
ServiceName:basic_onboard_AMZPLy
ServiceVersion:1.0
ServiceUUID:62e7353a-c607-4e78-bf43-6bf3b08a3d86
ServiceInvariantUUID:974f7040-af29-4686-ad0b-c82c75cfec57
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAmzply-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar
ArtifactUUID:9621fe59-551a-4d6f-bb1a-b17339b1031a
ArtifactChecksum:ZDNhNTFhMTRjYTE3ZjQ4YzY4MjM0OGU1NTFiODllNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AMZPLy 0
ResourceCustomizationUUID:868c6b2e-6150-4b3f-b613-6b9b6e135b99
ResourceInvariantUUID:686196da-7fd6-470f-bc52-5e38ec520d66
ResourceName:basic_onboard_AMZPLy
ResourceType:VF
ResourceUUID:b81b486f-2cd1-43f1-83dc-d9dfbb300ea5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_amzply0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json
ArtifactUUID:9e418dad-b659-4dc8-ac13-33c2769a4963
ArtifactChecksum:NTZlODQ4ZDUyMzFhMGQ1YTZiNzhhMTA3ZjU5YzAzYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3482cedf-4e4b-4c90-9a6a-7317e660b83b
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env
ArtifactUUID:84c1ae6f-d254-446f-8502-9f363afa2633
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env
ArtifactUUID:84c1ae6f-d254-446f-8502-9f363afa2633
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T05:57:10.060Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62e7353a-c607-4e78-bf43-6bf3b08a3d86 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-14T05:57:10.373Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T05:57:10.374Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T05:57:10.376Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T05:57:10.376Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9621fe59-551a-4d6f-bb1a-b17339b1031a from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:10.376Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T05:57:10.378Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:10.731Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T05:57:10.747Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar 9621fe59-551a-4d6f-bb1a-b17339b1031a 71589
2022-03-14T05:57:10.749Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar ASDC sendASDCNotification
2022-03-14T05:57:10.749Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:10.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T05:57:10.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:10.755Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:10.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237430747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T05:57:10.856Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:10.858Z||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-14T05:57:10.858Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:10.871Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:10.872Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-14T05:57:11.757Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T05:57:11.758Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T05:57:11.759Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9621fe59-551a-4d6f-bb1a-b17339b1031a, URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar to file: /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:11.760Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:11.887Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:11.887Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:12.552Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11742506958437278130/Definitions/service-BasicOnboardAmzply-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-14T05:57:14.743Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T05:57:14.750Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-14T05:57:14.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-14T05:57:14.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AMZPLy 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-14T05:57:14.761Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.763Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:14.769Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:14.770Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-14T05:57:14.771Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T05:57:14.773Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.774Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:14.774Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:14.774Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-14T05:57:14.775Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T05:57:14.775Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.776Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:14.780Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.780Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is not matching search criteria
2022-03-14T05:57:14.781Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-14T05:57:14.781Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-14T05:57:14.782Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-14T05:57:14.782Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-14T05:57:14.782Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-14T05:57:14.783Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.783Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T05:57:14.785Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.786Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:14.786Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T05:57:14.787Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.787Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:14.787Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T05:57:14.788Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.788Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:14.789Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T05:57:14.789Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.789Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is not matching search criteria
2022-03-14T05:57:14.790Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-14T05:57:14.790Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-14T05:57:14.790Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd8fa474-b8fb-42f3-b7cc-cb212eb55045
2022-03-14T05:57:14.791Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.791Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:14.791Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:14.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:14.793Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:14.793Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:14.793Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AMZPLy
Description:service
Model UUID:62e7353a-c607-4e78-bf43-6bf3b08a3d86
Model Version:NULL
Model InvariantUuid:974f7040-af29-4686-ad0b-c82c75cfec57
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AMZPLy
Model UUID:b6d3d43d-4974-4214-9109-10a6c1c4b3c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:686196da-7fd6-470f-bc52-5e38ec520d66
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:868c6b2e-6150-4b3f-b613-6b9b6e135b99
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ddacf1f7-f55f-46f8-994f-bd474d35ae40
ModelName:BasicOnboardAmzply..base_ubuntu18..module-0
ModelUuid:d2c7e835-bde9-41bd-98cf-ca7c939a555c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bd8fa474-b8fb-42f3-b7cc-cb212eb55045
ModelInvariantUuid:2f80bedd-dc53-4807-a763-0805b24c0239
ModelName:basic_onboard_AMZPLy-nodes.ubuntu18Cvfc
ModelUuid:d37c336f-bf6c-43f1-905f-782246e24462
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b845f962-cce8-41bf-9431-aaf80faf7cda
ModelInvariantUuid:65db9438-8239-48f3-bb9d-1e6a4a5dca93
ModelName:BasicOnboardAmzply.compute.nodes.heat.ubuntu18
ModelUuid:462bb927-8c88-4f77-bc41-5a205a493ef4
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-14T05:57:14.822Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b81b486f-2cd1-43f1-83dc-d9dfbb300ea5
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-14T05:57:14.960Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||basic_onboard_AMZPLy 0
2022-03-14T05:57:14.974Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b81b486f-2cd1-43f1-83dc-d9dfbb300ea5
2022-03-14T05:57:14.975Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e418dad-b659-4dc8-ac13-33c2769a4963 from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json
2022-03-14T05:57:14.975Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T05:57:14.976Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json
2022-03-14T05:57:15.148Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T05:57:15.149Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json 9e418dad-b659-4dc8-ac13-33c2769a4963 798
2022-03-14T05:57:15.150Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json ASDC sendASDCNotification
2022-03-14T05:57:15.150Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json
2022-03-14T05:57:15.150Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T05:57:15.151Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:15.154Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:15.154Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237435150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T05:57:15.254Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:15.256Z||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-14T05:57:15.256Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:15.270Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:15.271Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:16.156Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAmzply..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ddacf1f7-f55f-46f8-994f-bd474d35ae40",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2c7e835-bde9-41bd-98cf-ca7c939a555c",
"vfModuleModelCustomizationUUID": "7ed8936a-d031-4276-8a28-ee17b96f7572",
"isBase": true,
"artifacts": [
"3482cedf-4e4b-4c90-9a6a-7317e660b83b",
"84c1ae6f-d254-446f-8502-9f363afa2633"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-14T05:57:16.180Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAmzply..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2c7e835-bde9-41bd-98cf-ca7c939a555c
VfModuleModelInvariantUUID:ddacf1f7-f55f-46f8-994f-bd474d35ae40
VfModuleModelDescription:NULL
Artifacts UUID List:{
3482cedf-4e4b-4c90-9a6a-7317e660b83b
,
84c1ae6f-d254-446f-8502-9f363afa2633
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-14T05:57:16.184Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAmzply..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ddacf1f7-f55f-46f8-994f-bd474d35ae40",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2c7e835-bde9-41bd-98cf-ca7c939a555c",
"vfModuleModelCustomizationUUID": "7ed8936a-d031-4276-8a28-ee17b96f7572",
"isBase": true,
"artifacts": [
"3482cedf-4e4b-4c90-9a6a-7317e660b83b",
"84c1ae6f-d254-446f-8502-9f363afa2633"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-14T05:57:16.184Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAmzply..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2c7e835-bde9-41bd-98cf-ca7c939a555c
VfModuleModelInvariantUUID:ddacf1f7-f55f-46f8-994f-bd474d35ae40
VfModuleModelDescription:NULL
Artifacts UUID List:{
3482cedf-4e4b-4c90-9a6a-7317e660b83b
,
84c1ae6f-d254-446f-8502-9f363afa2633
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-14T05:57:16.184Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3482cedf-4e4b-4c90-9a6a-7317e660b83b from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml
2022-03-14T05:57:16.185Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T05:57:16.185Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml
2022-03-14T05:57:16.263Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T05:57:16.264Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml 3482cedf-4e4b-4c90-9a6a-7317e660b83b 5033
2022-03-14T05:57:16.265Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-14T05:57:16.265Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml
2022-03-14T05:57:16.265Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T05:57:16.266Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:16.269Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:16.269Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237436264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T05:57:16.369Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:16.370Z||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-14T05:57:16.370Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:16.384Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:16.385Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-14T05:57:17.271Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84c1ae6f-d254-446f-8502-9f363afa2633 from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env
2022-03-14T05:57:17.271Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T05:57:17.271Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env
2022-03-14T05:57:17.346Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T05:57:17.347Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env 84c1ae6f-d254-446f-8502-9f363afa2633 909
2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env
2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:17.352Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:17.352Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237437347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T05:57:17.452Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:17.454Z||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-14T05:57:17.454Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:17.466Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:17.467Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:18.353Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 62e7353a-c607-4e78-bf43-6bf3b08a3d86
2022-03-14T05:57:18.354Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AMZPLy 0 b81b486f-2cd1-43f1-83dc-d9dfbb300ea5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-14T05:57:18.397Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33b79de8, org.onap.sdc.toscaparser.api.parameters.Input@5629e0bc, org.onap.sdc.toscaparser.api.parameters.Input@305dd438, org.onap.sdc.toscaparser.api.parameters.Input@5cc6b6a9, org.onap.sdc.toscaparser.api.parameters.Input@53112804]
2022-03-14T05:57:18.401Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.401Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.402Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-14T05:57:18.402Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 868c6b2e-6150-4b3f-b613-6b9b6e135b99
2022-03-14T05:57:18.402Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 868c6b2e-6150-4b3f-b613-6b9b6e135b99 matches Tosca VF Customization UUID: 868c6b2e-6150-4b3f-b613-6b9b6e135b99
2022-03-14T05:57:18.403Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 868c6b2e-6150-4b3f-b613-6b9b6e135b99 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-14T05:57:18.411Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.411Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.413Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 868c6b2e-6150-4b3f-b613-6b9b6e135b99: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-14T05:57:18.413Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ea2e1eb
2022-03-14T05:57:18.413Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.414Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T05:57:18.414Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ed8936a-d031-4276-8a28-ee17b96f7572
2022-03-14T05:57:18.415Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ed8936a-d031-4276-8a28-ee17b96f7572
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-14T05:57:18.425Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.425Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:18.426Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T05:57:18.427Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.427Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:18.427Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is not matching search criteria
2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd8fa474-b8fb-42f3-b7cc-cb212eb55045
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-14T05:57:18.437Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.438Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:18.438Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T05:57:18.438Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.439Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria
2022-03-14T05:57:18.439Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=868c6b2e-6150-4b3f-b613-6b9b6e135b99
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-14T05:57:18.442Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.442Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.443Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 62e7353a-c607-4e78-bf43-6bf3b08a3d86: basic_onboard_AMZPLy
2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.445Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.445Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.445Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.446Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.446Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T05:57:18.446Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T05:57:18.447Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_AMZPLy
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-14T05:57:18.686Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AMZPLy b81b486f-2cd1-43f1-83dc-d9dfbb300ea5 1 ASDC deployResourceStructure
2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json ASDC sendASDCNotification
2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json
2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:18.689Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:18.690Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237438687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T05:57:18.790Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:18.791Z||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-14T05:57:18.791Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:18.803Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:18.804Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:19.691Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-14T05:57:19.691Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml
2022-03-14T05:57:19.691Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T05:57:19.692Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:19.694Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:19.695Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237439691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T05:57:19.795Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:19.796Z||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-14T05:57:19.796Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:19.807Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:19.807Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-14T05:57:20.696Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-14T05:57:20.696Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env
2022-03-14T05:57:20.697Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T05:57:20.697Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:20.699Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:20.700Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237440696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-14T05:57:20.800Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:20.801Z||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-14T05:57:20.801Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:20.811Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:20.812Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:21.700Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar ASDC sendASDCNotification
2022-03-14T05:57:21.701Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar
2022-03-14T05:57:21.701Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T05:57:21.701Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T05:57:21.703Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T05:57:21.704Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237441700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T05:57:21.804Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T05:57:21.805Z||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-14T05:57:21.805Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:57:21.821Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:57:21.822Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-14T05:57:22.705Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:57:22.732Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:57:22.734Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T05:57:22.734Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T05:57:22.734Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T05:57:52.735Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:57:52.749Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:57:52.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T05:57:52.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T05:57:52.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T05:58:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:58:02.171Z||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-14T05:58:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:58:02.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:58:02.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T05:58:02.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237416537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T05:58:02.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T05:58:22.757Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:58:22.777Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:58:22.779Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T05:58:22.779Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T05:58:22.779Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T05:58:52.780Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:58:52.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:58:52.794Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T05:58:52.795Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T05:58:52.795Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T05:59:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T05:59:02.171Z||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-14T05:59:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T05:59:02.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T05:59:02.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T05:59:02.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237413054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T05:59:02.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T05:59:22.795Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:59:22.807Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:59:22.811Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T05:59:22.811Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T05:59:22.811Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T05:59:52.812Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:59:52.824Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T05:59:52.829Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T05:59:52.829Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T05:59:52.830Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T06:00:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T06:00:02.171Z||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-14T06:00:02.172Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:00:02.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:00:02.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237416537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237413054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237416537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237413054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237416537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237413054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237416537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237413054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237426422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237426543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237416537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237413054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237426422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237426543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237422166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237426422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237426543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237429070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237429060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237426422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237426543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "cds",
"timestamp": 1647237430094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-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-14T06:00:02.248Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680
2022-03-14T06:00:02.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237430073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237430747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237426422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237426543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "policy-id",
"timestamp": 1647237431079,
"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-14T06:00:02.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680
2022-03-14T06:00:02.272Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237426422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237426543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237426422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237426543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237433459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237434329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237435150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237433459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237435501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237433459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237436264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237436557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237433459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237437347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.293Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237437627,
"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-14T06:00:02.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680
2022-03-14T06:00:02.299Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-14T06:00:02.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237433459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237438633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237438687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237433459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237439691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237439201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237433459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237440696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237439201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237440022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237441700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237439201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237440022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237439201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237440022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237439201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237440022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237439201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237440022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237439201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237440022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:00:02.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237446075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237440022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:00:02.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237447531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237448085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237448415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:00:02.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "clamp",
"timestamp": 1647237449090,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-14T06:00:02.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680
2022-03-14T06:00:02.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 and ComponentName clamp
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-14T06:00:02.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237451615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237452620,
"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-14T06:00:02.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680
2022-03-14T06:00:02.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237463649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:00:02.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "aai-ml",
"timestamp": 1647237464656,
"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-14T06:00:02.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680
2022-03-14T06:00:02.360Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:22.830Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T06:00:22.843Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680
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-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-14T06:00:22.851Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:00:22.851Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:00:22.853Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-14T06:00:22.863Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-14T06:00:52.864Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:52.876Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 and serviceModelVersionId: 62e7353a-c607-4e78-bf43-6bf3b08a3d86
2022-03-14T06:00:52.877Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 974f7040-af29-4686-ad0b-c82c75cfec57
2022-03-14T06:01:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T06:01:02.171Z||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-14T06:01:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:02.704Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:02.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237553459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237551537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237553054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237553459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237551537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237553054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237559201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237553459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237551537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237553054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237559201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237560022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237553459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237551537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237553054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237559201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237560022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237553459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237551537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237553054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237559201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237560022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237553459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237551537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237553054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237559201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237560022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237553459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237551537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237553054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237559201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237560022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237565293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237565306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237559201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237560022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "cds",
"timestamp": 1647237566301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-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=?
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-14T06:01:02.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
2022-03-14T06:01:02.775Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237566311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:02.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237560022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237566422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237566543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237567321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "policy-id",
"timestamp": 1647237567315,
"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-14T06:01:02.797Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
2022-03-14T06:01:02.797Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237566422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237566543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237568135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237566422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237566543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237566422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237566543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237570714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:02.815Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237570548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237566422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237566543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237571718,
"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-14T06:01:02.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
2022-03-14T06:01:02.830Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237566422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237566543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237572093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:02.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237566422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:01:02.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237566543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:02.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:01:02.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "clamp",
"timestamp": 1647237573096,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-14T06:01:02.851Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
2022-03-14T06:01:02.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e and ComponentName clamp
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-14T06:01:02.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237575101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237576400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237577614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:02.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237578638,
"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-14T06:01:02.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
2022-03-14T06:01:02.872Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-14T06:01:02.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237579641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:02.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237582040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:02.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:01:02.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:01:02.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "aai-ml",
"timestamp": 1647237583044,
"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-14T06:01:02.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
2022-03-14T06:01:02.886Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:10.218Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0
2022-03-14T06:01:10.395Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-14T06:01:10.991Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|INFO|500||Invoke
2022-03-14T06:01:11.000Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a560288-a7d3-43e5-bb22-3c512aed0680], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c52838f-8fd7-49af-8f9d-ee55ea412bf0], X-ECOMP-RequestID=[2a560288-a7d3-43e5-bb22-3c512aed0680], X-TransactionId=[], X-ONAP-RequestID=[2a560288-a7d3-43e5-bb22-3c512aed0680], Content-Type=[application/merge-patch+json]}
2022-03-14T06:01:11.133Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-14T06:01:11.544Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?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/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-06:01:11:299-87353], vertex-id=[217168], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:01:11 GMT], Content-Type=[application/json]}
2022-03-14T06:01:11.547Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-14T06:01:11.549Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|INFO|500||InvokeReturn
2022-03-14T06:01:11.556Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-14T06:01:11.557Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-14T06:01:11.567Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-14T06:01:11.569Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a560288-a7d3-43e5-bb22-3c512aed0680 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-14T06:01:11.571Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-14T06:01:11.572Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:11.575Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:11.575Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237671569,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T06:01:11.675Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T06:01:11.677Z||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-14T06:01:11.677Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:11.688Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:11.689Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-14T06:01:12.589Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T06:01:12.591Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-14T06:01:12.591Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:16.951Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:16.953Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T06:01:16.953Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6aba6ddd-a8ef-479e-a418-e5c82a33f67e","serviceName":"vFW 2022-03-14 05-56-58","serviceVersion":"1.0","serviceUUID":"fe164d52-c6f7-41f2-97c9-6421fdc018d5","serviceDescription":"catalog service description","serviceInvariantUUID":"1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6","resources":[{"resourceInstanceName":"vFW 68334d9d-3ca0 0","resourceName":"vFW 68334d9d-3ca0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69ec4989-09a9-49bf-8bc9-85f9c9e4eb89","resourceInvariantUUID":"ab054af7-21bc-4633-a330-f7daf9fb80a9","resourceCustomizationUUID":"2b580785-7088-46e7-a8ec-02e92f0698e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml","artifactChecksum":"OWIzOGQ4N2VjODRhNGMyZjg3ZmRmNGYzYjE5ZjlkNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0de19e47-829a-4d65-b41f-c477493460d0","artifactVersion":"1"},{"artifactName":"vfw68334d9d3ca00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json","artifactChecksum":"ZDQ1ZDFiZGIyYWE1ODg3MDcxZDY1NjRkYjhiZWNhMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4b9cab5-e6a9-4700-b836-4081ea442143","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e918d41-48b1-444c-a3b4-ba6130f9fa00","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml","artifactChecksum":"MWUwZjU0NGFhZGZlY2I5YWIyM2ExODQ1NjgxMGZhMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24c6e184-5a8e-4ebf-8a91-d844dfbc8132","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"399364b5-7a54-455a-835f-405155516f03","artifactVersion":"3","generatedFromUUID":"5e918d41-48b1-444c-a3b4-ba6130f9fa00"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314055658-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml","artifactChecksum":"Y2JhYTljODZiOWQ1ZWM1MDgxYjc1NDg3YTdjNTM3OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca5c6cd8-4165-47ab-9dbf-ddac55ce91d0","artifactVersion":"1"},{"artifactName":"service-Vfw20220314055658-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar","artifactChecksum":"YjNmMDM2MjYyZDEwMmExMDFmNjQ3OTM0NDZmNzM1YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7b3f192-c655-46f1-951e-3638ead421c3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T06:01:16.958Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:01:16.959Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:16.961Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:16.961Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:17.061Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:01:17.062Z||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-14T06:01:17.063Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:17.075Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:17.075Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:17.962Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:01:17.963Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:17.968Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:17.968Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:01:18.067Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-14T06:01:18.068Z||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-14T06:01:18.069Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:18.081Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:18.082Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:18.969Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:01:18.970Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:18.972Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:18.973Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:01:19.073Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:01:19.075Z||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-14T06:01:19.075Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:19.087Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:19.087Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:19.973Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:01:19.975Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:19.977Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:19.977Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:20.078Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:01:20.079Z||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-14T06:01:20.079Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:20.108Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:20.109Z||pool-22-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:20.978Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:01:20.980Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:20.982Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:20.982Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T06:01:21.082Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T06:01:21.085Z||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-14T06:01:21.085Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:21.100Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:21.101Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:21.983Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:01:21.984Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:21.987Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:21.987Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:01:22.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:01:22.089Z||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-14T06:01:22.089Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:22.102Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:22.103Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:22.988Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:01:22.989Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:22.992Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:22.993Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:01:23.092Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T06:01:23.094Z||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-14T06:01:23.094Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:23.105Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:23.106Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:23.995Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"serviceName": "vFW 2022-03-14 05-56-58",
"serviceVersion": "1.0",
"serviceUUID": "fe164d52-c6f7-41f2-97c9-6421fdc018d5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6",
"resources": [
{
"resourceInstanceName": "vFW 68334d9d-3ca0 0",
"resourceCustomizationUUID": "2b580785-7088-46e7-a8ec-02e92f0698e0",
"resourceName": "vFW 68334d9d-3ca0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "69ec4989-09a9-49bf-8bc9-85f9c9e4eb89",
"resourceInvariantUUID": "ab054af7-21bc-4633-a330-f7daf9fb80a9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw68334d9d3ca00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"artifactChecksum": "ZDQ1ZDFiZGIyYWE1ODg3MDcxZDY1NjRkYjhiZWNhMTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e4b9cab5-e6a9-4700-b836-4081ea442143",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5e918d41-48b1-444c-a3b4-ba6130f9fa00",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "399364b5-7a54-455a-835f-405155516f03",
"generatedFromUUID": "5e918d41-48b1-444c-a3b4-ba6130f9fa00"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "399364b5-7a54-455a-835f-405155516f03",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220314055658-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"artifactChecksum": "YjNmMDM2MjYyZDEwMmExMDFmNjQ3OTM0NDZmNzM1YWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7b3f192-c655-46f1-951e-3638ead421c3"
}
],
"workloadContext": "Production"
}
2022-03-14T06:01:23.995Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T06:01:23.995Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe164d52-c6f7-41f2-97c9-6421fdc018d5 ASDC
2022-03-14T06:01:23.996Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6aba6ddd-a8ef-479e-a418-e5c82a33f67e
ServiceName:vFW 2022-03-14 05-56-58
ServiceVersion:1.0
ServiceUUID:fe164d52-c6f7-41f2-97c9-6421fdc018d5
ServiceInvariantUUID:1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220314055658-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar
ArtifactUUID:a7b3f192-c655-46f1-951e-3638ead421c3
ArtifactChecksum:YjNmMDM2MjYyZDEwMmExMDFmNjQ3OTM0NDZmNzM1YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 68334d9d-3ca0 0
ResourceCustomizationUUID:2b580785-7088-46e7-a8ec-02e92f0698e0
ResourceInvariantUUID:ab054af7-21bc-4633-a330-f7daf9fb80a9
ResourceName:vFW 68334d9d-3ca0
ResourceType:VF
ResourceUUID:69ec4989-09a9-49bf-8bc9-85f9c9e4eb89
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw68334d9d3ca00_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json
ArtifactUUID:e4b9cab5-e6a9-4700-b836-4081ea442143
ArtifactChecksum:ZDQ1ZDFiZGIyYWE1ODg3MDcxZDY1NjRkYjhiZWNhMTY=
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/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml
ArtifactUUID:5e918d41-48b1-444c-a3b4-ba6130f9fa00
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env
ArtifactUUID:399364b5-7a54-455a-835f-405155516f03
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env
ArtifactUUID:399364b5-7a54-455a-835f-405155516f03
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T06:01:23.996Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe164d52-c6f7-41f2-97c9-6421fdc018d5 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-14T06:01:24.031Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T06:01:24.032Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T06:01:24.032Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T06:01:24.033Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a7b3f192-c655-46f1-951e-3638ead421c3 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:24.033Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T06:01:24.033Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:24.556Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T06:01:24.565Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar a7b3f192-c655-46f1-951e-3638ead421c3 98954
2022-03-14T06:01:24.566Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar ASDC sendASDCNotification
2022-03-14T06:01:24.567Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:24.567Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:01:24.567Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:24.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:24.571Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237684566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:24.673Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-14T06:01:24.674Z||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-14T06:01:24.674Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:24.685Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:24.686Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:25.571Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T06:01:25.573Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T06:01:25.573Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a7b3f192-c655-46f1-951e-3638ead421c3, URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar to file: /app/ASDC/1/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:25.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314055658-csar.csar
2022-03-14T06:01:25.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:25.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:25.822Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5344813129916014987/Definitions/service-Vfw20220314055658-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_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
2022-03-14T06:01:28.854Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T06:01:28.855Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-14T06:01:28.855Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.855Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 68334d9d-3ca0 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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-Vfw20220314055658-csar.csar
2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:28.859Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:28.859Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-14T06:01:28.859Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T06:01:28.861Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.861Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:28.861Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria
2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:28.867Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.867Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:28.867Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria
2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6888df9d-163a-406e-ae82-736ffbe558de
2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria
2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae4c17e5-abe1-4c4a-b659-af5db0152ddc
2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria
2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d923827-2d6f-479b-9fbb-b8a2c685ea26
2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:28.880Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:28.880Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-14 05-56-58
Description:catalog service description
Model UUID:fe164d52-c6f7-41f2-97c9-6421fdc018d5
Model Version:NULL
Model InvariantUuid:1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 68334d9d-3ca0
Model UUID:b9f24511-eedc-48fe-8ff3-aeadb50bc27d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab054af7-21bc-4633-a330-f7daf9fb80a9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2b580785-7088-46e7-a8ec-02e92f0698e0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a9ddb704-d70b-489d-9dc0-1b5591e621d3
ModelName:Vfw68334d9d3ca0..base_vfw..module-0
ModelUuid:8bb68ce3-72e7-4ab6-bd23-5700976d5b3e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6888df9d-163a-406e-ae82-736ffbe558de
ModelInvariantUuid:70499f57-e8de-4f5d-8065-b1389b535975
ModelName:vFW 68334d9d-3ca0-nodes.vfwCvfc
ModelUuid:152d62ba-3b50-423d-a255-71ce06dae3f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f1e3c68f-84ae-4c76-8790-0e8ab9f9221c
ModelInvariantUuid:4ebd26ab-7e08-49d9-af4e-155752393e6b
ModelName:Vfw68334d9d3ca0.compute.nodes.heat.vfw
ModelUuid:f6a986da-123c-42e2-800d-d425364aebf3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ae4c17e5-abe1-4c4a-b659-af5db0152ddc
ModelInvariantUuid:cf0cbcdd-a396-4767-97a0-75c3354f79b6
ModelName:vFW 68334d9d-3ca0-nodes.vsnCvfc
ModelUuid:9e9e5956-0874-4f46-a882-06ce45fa83ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cd32d414-e852-4576-b418-52eb35a86ebc
ModelInvariantUuid:fa5994c4-51b4-42b1-8b06-db4ce6926ecc
ModelName:Vfw68334d9d3ca0.compute.nodes.heat.vsn
ModelUuid:9742f2f0-9b60-497b-971b-700710f3f9da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1d923827-2d6f-479b-9fbb-b8a2c685ea26
ModelInvariantUuid:4d96e169-2e0d-4b9e-aff1-31e8729bc349
ModelName:vFW 68334d9d-3ca0-nodes.vpgCvfc
ModelUuid:4e064784-56b9-47ea-a3fd-ddbb005cbd7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:26ec3c1e-e3c8-452f-ade9-7a5fc4bfadfe
ModelInvariantUuid:6304666f-c12b-410f-b548-2443697f5ccc
ModelName:Vfw68334d9d3ca0.compute.nodes.heat.vpg
ModelUuid:1cb163cb-a895-437d-851b-85b8c21b042a
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-14T06:01:28.888Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89
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-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||vFW 68334d9d-3ca0 0
2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89
2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4b9cab5-e6a9-4700-b836-4081ea442143 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json
2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json
2022-03-14T06:01:29.452Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T06:01:29.453Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json e4b9cab5-e6a9-4700-b836-4081ea442143 785
2022-03-14T06:01:29.453Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json ASDC sendASDCNotification
2022-03-14T06:01:29.453Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json
2022-03-14T06:01:29.454Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:01:29.454Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:29.456Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:29.456Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237689453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:29.557Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T06:01:29.559Z||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-14T06:01:29.560Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:29.575Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:29.576Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-14T06:01:30.457Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw68334d9d3ca0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a9ddb704-d70b-489d-9dc0-1b5591e621d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8bb68ce3-72e7-4ab6-bd23-5700976d5b3e",
"vfModuleModelCustomizationUUID": "93a5f4af-a123-4172-a74c-afd1f4bfbfd1",
"isBase": true,
"artifacts": [
"5e918d41-48b1-444c-a3b4-ba6130f9fa00",
"399364b5-7a54-455a-835f-405155516f03"
],
"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-14T06:01:30.464Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw68334d9d3ca0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bb68ce3-72e7-4ab6-bd23-5700976d5b3e
VfModuleModelInvariantUUID:a9ddb704-d70b-489d-9dc0-1b5591e621d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e918d41-48b1-444c-a3b4-ba6130f9fa00
,
399364b5-7a54-455a-835f-405155516f03
}
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-14T06:01:30.469Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw68334d9d3ca0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a9ddb704-d70b-489d-9dc0-1b5591e621d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8bb68ce3-72e7-4ab6-bd23-5700976d5b3e",
"vfModuleModelCustomizationUUID": "93a5f4af-a123-4172-a74c-afd1f4bfbfd1",
"isBase": true,
"artifacts": [
"5e918d41-48b1-444c-a3b4-ba6130f9fa00",
"399364b5-7a54-455a-835f-405155516f03"
],
"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-14T06:01:30.469Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw68334d9d3ca0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bb68ce3-72e7-4ab6-bd23-5700976d5b3e
VfModuleModelInvariantUUID:a9ddb704-d70b-489d-9dc0-1b5591e621d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e918d41-48b1-444c-a3b4-ba6130f9fa00
,
399364b5-7a54-455a-835f-405155516f03
}
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-14T06:01:30.469Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5e918d41-48b1-444c-a3b4-ba6130f9fa00 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml
2022-03-14T06:01:30.470Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T06:01:30.470Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml
2022-03-14T06:01:30.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml 5e918d41-48b1-444c-a3b4-ba6130f9fa00 20368
2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml
2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:01:30.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:30.881Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:30.881Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237690878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:30.982Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T06:01:30.984Z||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-14T06:01:30.985Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:30.997Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:30.997Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-14T06:01:31.883Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 399364b5-7a54-455a-835f-405155516f03 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env
2022-03-14T06:01:31.883Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T06:01:31.883Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env
2022-03-14T06:01:32.274Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env 399364b5-7a54-455a-835f-405155516f03 2098
2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env
2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:01:32.276Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:32.278Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:32.278Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237692275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:01:32.378Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:01:32.380Z||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-14T06:01:32.380Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:32.406Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:32.408Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:33.279Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fe164d52-c6f7-41f2-97c9-6421fdc018d5
2022-03-14T06:01:33.280Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 68334d9d-3ca0 0 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-14T06:01:33.299Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55aea3b7, org.onap.sdc.toscaparser.api.parameters.Input@1a2856d3, org.onap.sdc.toscaparser.api.parameters.Input@20bc5a04, org.onap.sdc.toscaparser.api.parameters.Input@1f7792d5, org.onap.sdc.toscaparser.api.parameters.Input@3fe42997]
2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2b580785-7088-46e7-a8ec-02e92f0698e0
2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2b580785-7088-46e7-a8ec-02e92f0698e0 matches Tosca VF Customization UUID: 2b580785-7088-46e7-a8ec-02e92f0698e0
2022-03-14T06:01:33.302Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2b580785-7088-46e7-a8ec-02e92f0698e0 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-14T06:01:33.304Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.304Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.305Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2b580785-7088-46e7-a8ec-02e92f0698e0: {\"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-14T06:01:33.305Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64ebbb2
2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93a5f4af-a123-4172-a74c-afd1f4bfbfd1
2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93a5f4af-a123-4172-a74c-afd1f4bfbfd1
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-14T06:01:33.309Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.309Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:33.309Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria
2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6888df9d-163a-406e-ae82-736ffbe558de
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-14T06:01:33.316Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.317Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:33.317Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria
2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae4c17e5-abe1-4c4a-b659-af5db0152ddc
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-14T06:01:33.323Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.323Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:33.324Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:33.327Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.327Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria
2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d923827-2d6f-479b-9fbb-b8a2c685ea26
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-14T06:01:33.334Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.334Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria
2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=2b580785-7088-46e7-a8ec-02e92f0698e0
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-14T06:01:33.339Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.339Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.339Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fe164d52-c6f7-41f2-97c9-6421fdc018d5: vFW 68334d9d-3ca0
2022-03-14T06:01:33.340Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.340Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:01:33.343Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-14 05-56-58
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-14T06:01:33.551Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 68334d9d-3ca0 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89 1 ASDC deployResourceStructure
2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json ASDC sendASDCNotification
2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json
2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:33.554Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:33.554Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237693552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:33.655Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T06:01:33.656Z||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-14T06:01:33.657Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:33.675Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:33.676Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-14T06:01:34.556Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T06:01:34.556Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml
2022-03-14T06:01:34.557Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T06:01:34.557Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:34.562Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:34.562Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237694556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:34.662Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:01:34.663Z||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-14T06:01:34.663Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:34.675Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:34.675Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:35.564Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T06:01:35.564Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env
2022-03-14T06:01:35.564Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T06:01:35.565Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:35.568Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:35.568Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237695564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:35.668Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:01:35.670Z||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-14T06:01:35.670Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:35.683Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:35.684Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:36.569Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar ASDC sendASDCNotification
2022-03-14T06:01:36.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar
2022-03-14T06:01:36.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T06:01:36.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:01:36.572Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:01:36.572Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237696569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:01:36.673Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T06:01:36.675Z||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-14T06:01:36.675Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:01:36.696Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:01:36.698Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:01:37.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
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-14T06:01:37.588Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e
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-14T06:01:37.592Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T06:01:37.594Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-14T06:01:37.599Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-14T06:02:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T06:02:02.171Z||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-14T06:02:02.171Z||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 Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:02.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:02.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237671569,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T06:02:02.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237672589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237684566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237689453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237690878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237692275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237693552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T06:02:02.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237694556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T06:02:02.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237695564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T06:02:02.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237696569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T06:02:02.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237706422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237709201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237710022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237706543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237713054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237706422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237706543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237710022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237709201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237713054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237710022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237706422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237706543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237709201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237713054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237710022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237706543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237706422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237709201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237713054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "cds",
"timestamp": 1647237716537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237710022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237706422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237706543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237709201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237713054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "cds",
"timestamp": 1647237716537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237706543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237710022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237706422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237709201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237713054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "cds",
"timestamp": 1647237716537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647237706543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237710022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237706422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237709201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237713054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:02:02.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "cds",
"timestamp": 1647237716537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "cds",
"timestamp": 1647237716537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:02.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647237721457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "aai-ml",
"timestamp": 1647237721307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647237721646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "policy-id",
"timestamp": 1647237721375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:02.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T06:02:07.599Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:02:07.606Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e and serviceModelVersionId: fe164d52-c6f7-41f2-97c9-6421fdc018d5
2022-03-14T06:02:07.606Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6
2022-03-14T06:02:07.607Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0
2022-03-14T06:02:07.612Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-14T06:02:07.665Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?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-14T06:02:07.668Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0|INFO|500||Invoke
2022-03-14T06:02:07.697Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-14T06:02:07.929Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0|INFO|500||InvokeReturn
2022-03-14T06:02:07.930Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-06:02:07:862-99081], vertex-id=[512160], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:02:07 GMT], Content-Type=[application/json]}
2022-03-14T06:02:07.930Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-14T06:02:07.931Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-14T06:02:07.931Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-14T06:02:07.935Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-14T06:02:07.936Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6aba6ddd-a8ef-479e-a418-e5c82a33f67e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-14T06:02:07.936Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-14T06:02:07.936Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:07.939Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:07.939Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237727936,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T06:02:08.039Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:08.040Z||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-14T06:02:08.040Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:08.077Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:08.078Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 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-14T06:02:08.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T06:02:08.952Z||pool-2-thread-7|||||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-14T06:02:08.952Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:09.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:09.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T06:02:09.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a210eb0-a991-4aeb-b492-2d00f425bedf","serviceName":"vFW 2022-03-14 05-59-59","serviceVersion":"1.0","serviceUUID":"f9e768a3-e8dc-430f-b8bb-0a644f42f84c","serviceDescription":"catalog service description","serviceInvariantUUID":"4cd13a0b-2af3-4351-9046-2380e223f0d9","resources":[{"resourceInstanceName":"vFW ed22e140-7333 0","resourceName":"vFW ed22e140-7333","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"36a00a65-9936-4a0e-8320-3c60a2c0325f","resourceInvariantUUID":"7f54763b-274b-46f5-a7ec-50c856328021","resourceCustomizationUUID":"a3f03f91-a33c-44e5-a68b-fd323bd4e782","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml","artifactChecksum":"YzM3MzM5MGRiZWI1Y2IzNDk3NjQ5YzExMzAzMTJmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f37aa65-7eb5-4f77-ab71-3ce9cf105feb","artifactVersion":"1"},{"artifactName":"vfwed22e14073330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json","artifactChecksum":"NDg1YzMxYTVkYjg2MGYyMmQyMDdiZGE2MTgyYTM2ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6afe7dcb-b458-4087-9d31-b411504d0e26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b532233-31c7-4468-bd6c-5eb31044a9ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml","artifactChecksum":"N2U2MzFjOTZlMjIwOTEwNDAyYjBlMzZmOWM5MzM4MDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb7f4f3f-b89b-4ef8-999d-fbb04c33f7d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e144effe-5bd7-4264-80f9-8ddf454d7731","artifactVersion":"2","generatedFromUUID":"7b532233-31c7-4468-bd6c-5eb31044a9ab"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314055959-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml","artifactChecksum":"MjU5ZmVjZjlmYjIyYzNhYTE3YmJkZWUxMDQyMTIwNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e62a155b-e940-4322-ba85-18095cc30736","artifactVersion":"1"},{"artifactName":"service-Vfw20220314055959-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar","artifactChecksum":"YWMzZDZjNTY3NzJjZjg1ODlhMGZmYTIwMjFlMDBkYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4cb6727-8bf4-4ce8-b8b7-162aa389f58e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T06:02:09.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:02:09.586Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:09.588Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:09.589Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237728951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:09.689Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:09.690Z||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-14T06:02:09.691Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:09.712Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:09.713Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:10.589Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:02:10.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:10.592Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:10.593Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237728951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "NOTIFIED"
}
2022-03-14T06:02:10.693Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:10.694Z||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-14T06:02:10.694Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:10.706Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:10.707Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:11.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:02:11.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:11.596Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:11.597Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237728951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T06:02:11.697Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:11.698Z||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-14T06:02:11.698Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:11.710Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:11.711Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:12.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:02:12.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:12.601Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:12.601Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237728951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:12.701Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:12.702Z||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-14T06:02:12.703Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:12.714Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:12.715Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:13.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:02:13.602Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:13.605Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:13.605Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237728951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T06:02:13.705Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:13.706Z||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-14T06:02:13.707Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:13.718Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:13.719Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-14T06:02:14.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:02:14.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:14.609Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:14.609Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237728951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T06:02:14.709Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:14.711Z||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-14T06:02:14.712Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:14.728Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:14.729Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:15.610Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T06:02:15.611Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:15.614Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:15.615Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237728951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T06:02:15.715Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T06:02:15.716Z||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-14T06:02:15.716Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:15.737Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:15.738Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-14T06:02:16.617Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"serviceName": "vFW 2022-03-14 05-59-59",
"serviceVersion": "1.0",
"serviceUUID": "f9e768a3-e8dc-430f-b8bb-0a644f42f84c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4cd13a0b-2af3-4351-9046-2380e223f0d9",
"resources": [
{
"resourceInstanceName": "vFW ed22e140-7333 0",
"resourceCustomizationUUID": "a3f03f91-a33c-44e5-a68b-fd323bd4e782",
"resourceName": "vFW ed22e140-7333",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "36a00a65-9936-4a0e-8320-3c60a2c0325f",
"resourceInvariantUUID": "7f54763b-274b-46f5-a7ec-50c856328021",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwed22e14073330_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"artifactChecksum": "NDg1YzMxYTVkYjg2MGYyMmQyMDdiZGE2MTgyYTM2ZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6afe7dcb-b458-4087-9d31-b411504d0e26",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7b532233-31c7-4468-bd6c-5eb31044a9ab",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e144effe-5bd7-4264-80f9-8ddf454d7731",
"generatedFromUUID": "7b532233-31c7-4468-bd6c-5eb31044a9ab"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e144effe-5bd7-4264-80f9-8ddf454d7731",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220314055959-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"artifactChecksum": "YWMzZDZjNTY3NzJjZjg1ODlhMGZmYTIwMjFlMDBkYWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f4cb6727-8bf4-4ce8-b8b7-162aa389f58e"
}
],
"workloadContext": "Production"
}
2022-03-14T06:02:16.617Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T06:02:16.617Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9e768a3-e8dc-430f-b8bb-0a644f42f84c ASDC
2022-03-14T06:02:16.618Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3a210eb0-a991-4aeb-b492-2d00f425bedf
ServiceName:vFW 2022-03-14 05-59-59
ServiceVersion:1.0
ServiceUUID:f9e768a3-e8dc-430f-b8bb-0a644f42f84c
ServiceInvariantUUID:4cd13a0b-2af3-4351-9046-2380e223f0d9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220314055959-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar
ArtifactUUID:f4cb6727-8bf4-4ce8-b8b7-162aa389f58e
ArtifactChecksum:YWMzZDZjNTY3NzJjZjg1ODlhMGZmYTIwMjFlMDBkYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ed22e140-7333 0
ResourceCustomizationUUID:a3f03f91-a33c-44e5-a68b-fd323bd4e782
ResourceInvariantUUID:7f54763b-274b-46f5-a7ec-50c856328021
ResourceName:vFW ed22e140-7333
ResourceType:VF
ResourceUUID:36a00a65-9936-4a0e-8320-3c60a2c0325f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwed22e14073330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json
ArtifactUUID:6afe7dcb-b458-4087-9d31-b411504d0e26
ArtifactChecksum:NDg1YzMxYTVkYjg2MGYyMmQyMDdiZGE2MTgyYTM2ZGY=
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/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml
ArtifactUUID:7b532233-31c7-4468-bd6c-5eb31044a9ab
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/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env
ArtifactUUID:e144effe-5bd7-4264-80f9-8ddf454d7731
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/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env
ArtifactUUID:e144effe-5bd7-4264-80f9-8ddf454d7731
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T06:02:16.618Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9e768a3-e8dc-430f-b8bb-0a644f42f84c 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-14T06:02:16.658Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T06:02:16.659Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f4cb6727-8bf4-4ce8-b8b7-162aa389f58e from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:16.805Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-14T06:02:16.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar f4cb6727-8bf4-4ce8-b8b7-162aa389f58e 98936
2022-03-14T06:02:16.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar ASDC sendASDCNotification
2022-03-14T06:02:16.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:16.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:02:16.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:16.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:16.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237736810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:16.914Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:16.915Z||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-14T06:02:16.916Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:16.934Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:16.934Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:17.815Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T06:02:17.816Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-14T06:02:17.816Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f4cb6727-8bf4-4ce8-b8b7-162aa389f58e, URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar to file: /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:17.817Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314055959-csar.csar
2022-03-14T06:02:17.817Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:17.817Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:18.074Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15397297940781476818/Definitions/service-Vfw20220314055959-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_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_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-14T06:02:20.468Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ed22e140-7333 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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria
2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65a7d289-ae8f-4a1e-a09e-15d64b239641
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=13609547-3a7e-44e8-9b18-ed43cbcce1a7
2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9071dd4b-3fc8-427b-af23-3d860a738f95
2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-14 05-59-59
Description:catalog service description
Model UUID:f9e768a3-e8dc-430f-b8bb-0a644f42f84c
Model Version:NULL
Model InvariantUuid:4cd13a0b-2af3-4351-9046-2380e223f0d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ed22e140-7333
Model UUID:ebedd068-0bc0-48e8-9f98-cf957dc53ec7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f54763b-274b-46f5-a7ec-50c856328021
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a3f03f91-a33c-44e5-a68b-fd323bd4e782
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bbeca97f-9dda-49d4-9bab-b119ae7d4477
ModelName:VfwEd22e1407333..base_vfw..module-0
ModelUuid:cd22e2e0-4779-4e08-a21f-cee432777f37
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:65a7d289-ae8f-4a1e-a09e-15d64b239641
ModelInvariantUuid:68d1054b-f19d-4da5-b33f-1d5ba0a5ab65
ModelName:vFW ed22e140-7333-nodes.vfwCvfc
ModelUuid:90e1535b-0727-436a-b8cb-e02de0cdb526
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:edfe1a05-ab0a-4dac-9ba9-868b7a5d6cf4
ModelInvariantUuid:eb9ab548-255e-4aca-a5e1-d677588bf630
ModelName:VfwEd22e1407333.compute.nodes.heat.vfw
ModelUuid:7e789c82-a962-45a8-a73f-90f4657d0315
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:13609547-3a7e-44e8-9b18-ed43cbcce1a7
ModelInvariantUuid:baf26b76-92ad-48bc-8f59-268d783dad43
ModelName:vFW ed22e140-7333-nodes.vsnCvfc
ModelUuid:466f62d2-2d66-487e-89b6-7fb9b1cc4f61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3a1264cc-579b-4061-a12b-ede9755453d3
ModelInvariantUuid:ce11844e-3030-40bf-b817-aeeb2e0b6d21
ModelName:VfwEd22e1407333.compute.nodes.heat.vsn
ModelUuid:ae1d019e-f7ca-440a-a9a6-ae64c284d615
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9071dd4b-3fc8-427b-af23-3d860a738f95
ModelInvariantUuid:475a7db4-227d-4941-a616-64f83ce9631d
ModelName:vFW ed22e140-7333-nodes.vpgCvfc
ModelUuid:73b05279-4871-400f-8144-afb238bb8ba3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:eb775fc0-bb46-4e18-a520-d25980b0749e
ModelInvariantUuid:e60e5d95-6f12-47e4-a237-3e86780a410e
ModelName:VfwEd22e1407333.compute.nodes.heat.vpg
ModelUuid:92f1ce2b-fe75-4d2c-aaf1-15c833405559
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-14T06:02:20.490Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 36a00a65-9936-4a0e-8320-3c60a2c0325f
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-14T06:02:20.494Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||vFW ed22e140-7333 0
2022-03-14T06:02:20.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 36a00a65-9936-4a0e-8320-3c60a2c0325f
2022-03-14T06:02:20.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6afe7dcb-b458-4087-9d31-b411504d0e26 from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json
2022-03-14T06:02:20.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-14T06:02:20.496Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json
2022-03-14T06:02:20.561Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json 6afe7dcb-b458-4087-9d31-b411504d0e26 785
2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json ASDC sendASDCNotification
2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json
2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:20.566Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:20.567Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237740563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:20.666Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T06:02:20.667Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-14T06:02:20.667Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:20.680Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:20.681Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:21.567Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEd22e1407333..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bbeca97f-9dda-49d4-9bab-b119ae7d4477",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cd22e2e0-4779-4e08-a21f-cee432777f37",
"vfModuleModelCustomizationUUID": "1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec",
"isBase": true,
"artifacts": [
"7b532233-31c7-4468-bd6c-5eb31044a9ab",
"e144effe-5bd7-4264-80f9-8ddf454d7731"
],
"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-14T06:02:21.574Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd22e1407333..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd22e2e0-4779-4e08-a21f-cee432777f37
VfModuleModelInvariantUUID:bbeca97f-9dda-49d4-9bab-b119ae7d4477
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b532233-31c7-4468-bd6c-5eb31044a9ab
,
e144effe-5bd7-4264-80f9-8ddf454d7731
}
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-14T06:02:21.579Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEd22e1407333..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bbeca97f-9dda-49d4-9bab-b119ae7d4477",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cd22e2e0-4779-4e08-a21f-cee432777f37",
"vfModuleModelCustomizationUUID": "1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec",
"isBase": true,
"artifacts": [
"7b532233-31c7-4468-bd6c-5eb31044a9ab",
"e144effe-5bd7-4264-80f9-8ddf454d7731"
],
"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-14T06:02:21.579Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd22e1407333..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd22e2e0-4779-4e08-a21f-cee432777f37
VfModuleModelInvariantUUID:bbeca97f-9dda-49d4-9bab-b119ae7d4477
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b532233-31c7-4468-bd6c-5eb31044a9ab
,
e144effe-5bd7-4264-80f9-8ddf454d7731
}
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-14T06:02:21.580Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b532233-31c7-4468-bd6c-5eb31044a9ab from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml
2022-03-14T06:02:21.580Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-14T06:02:21.580Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml
2022-03-14T06:02:21.879Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-14T06:02:21.881Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml 7b532233-31c7-4468-bd6c-5eb31044a9ab 20368
2022-03-14T06:02:21.882Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T06:02:21.882Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml
2022-03-14T06:02:21.883Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:02:21.883Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:21.886Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:21.886Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237741882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:21.986Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:21.987Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-14T06:02:21.988Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:22.006Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:22.007Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-14T06:02:22.887Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e144effe-5bd7-4264-80f9-8ddf454d7731 from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env
2022-03-14T06:02:22.889Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-14T06:02:22.889Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env
2022-03-14T06:02:23.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env e144effe-5bd7-4264-80f9-8ddf454d7731 2098
2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env
2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-14T06:02:23.174Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T06:02:23.174Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647237743171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T06:02:23.274Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T06:02:23.275Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-14T06:02:23.275Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ...
2022-03-14T06:02:23.287Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T06:02:23.288Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T06:02:24.175Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f9e768a3-e8dc-430f-b8bb-0a644f42f84c
2022-03-14T06:02:24.175Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ed22e140-7333 0 36a00a65-9936-4a0e-8320-3c60a2c0325f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-14T06:02:24.193Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@602baa27, org.onap.sdc.toscaparser.api.parameters.Input@43cd4768, org.onap.sdc.toscaparser.api.parameters.Input@68e1255, org.onap.sdc.toscaparser.api.parameters.Input@6fc54b2e, org.onap.sdc.toscaparser.api.parameters.Input@5202be63]
2022-03-14T06:02:24.195Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:24.195Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a3f03f91-a33c-44e5-a68b-fd323bd4e782
2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a3f03f91-a33c-44e5-a68b-fd323bd4e782 matches Tosca VF Customization UUID: a3f03f91-a33c-44e5-a68b-fd323bd4e782
2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a3f03f91-a33c-44e5-a68b-fd323bd4e782 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-14T06:02:24.200Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:24.201Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a3f03f91-a33c-44e5-a68b-fd323bd4e782: {\"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-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@486e5a6b
2022-03-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T06:02:24.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec
2022-03-14T06:02:24.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec
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-14T06:02:24.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:24.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:24.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria
2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T06:02:24.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T06:02:24.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65a7d289-ae8f-4a1e-a09e-15d64b239641
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-14T06:02:24.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T06:02:24.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria
2022-03-14T06:02:24.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T06:02:24.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery